Skip to content

Commit

Permalink
dev-util/codeblocks: replace dep libgamin to gamin
Browse files Browse the repository at this point in the history
Replace contrib plugin dependency from dev-libs/libgamin to app-admin/gamin
as in some cases it cause Codeblocks craches of FileManager plugin due to errors
'Failed to connect to socket /tmp/fam-elmar-' and 'failed to find gam_server'.

Ref: http://forums.codeblocks.org/index.php/topic,22641.0.html
  • Loading branch information
band-a-prend authored and leio committed Jul 14, 2018
1 parent 27c7e3e commit 26e8882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-util/codeblocks/codeblocks-17.12-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ IUSE="contrib debug fortran pch"
RDEPEND="app-arch/zip
x11-libs/wxGTK:${WX_GTK_VER}[X]
contrib? (
app-admin/gamin
app-text/hunspell
dev-libs/boost:=
dev-libs/libgamin
)"

DEPEND="${RDEPEND}
Expand Down
2 changes: 1 addition & 1 deletion dev-util/codeblocks/codeblocks-17.12-r301.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ IUSE="contrib debug fortran pch"
RDEPEND="app-arch/zip
x11-libs/wxGTK:${WX_GTK_VER}[X]
contrib? (
app-admin/gamin
app-text/hunspell
dev-libs/boost:=
dev-libs/libgamin
)"

DEPEND="${RDEPEND}
Expand Down

0 comments on commit 26e8882

Please sign in to comment.