Skip to content

Commit

Permalink
gnome-extra/gnome-builder: fix clang dependency to use := subslot ope…
Browse files Browse the repository at this point in the history
…rator

The clang plugin enabled by USE=clang links to libclang.so.*

Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
leio committed Apr 18, 2017
1 parent 3f8cea0 commit 47b0d26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnome-extra/gnome-builder/gnome-builder-3.22.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RDEPEND="
>=dev-libs/libpeas-1.18.0[python,${PYTHON_USEDEP}]
>=dev-libs/json-glib-1.2.0
webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )
clang? ( sys-devel/clang )
clang? ( sys-devel/clang:= )
git? (
dev-libs/libgit2[ssh,threads]
>=dev-libs/libgit2-glib-0.24.0[ssh] )
Expand Down
2 changes: 1 addition & 1 deletion gnome-extra/gnome-builder/gnome-builder-3.24.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RDEPEND="
>=app-text/gspell-1.2.0
>=app-text/enchant-1.6.0
webkit? ( >=net-libs/webkit-gtk-2.12.0:4=[introspection] )
clang? ( sys-devel/clang )
clang? ( sys-devel/clang:= )
git? (
dev-libs/libgit2[ssh,threads]
>=dev-libs/libgit2-glib-0.25.0[ssh] )
Expand Down

0 comments on commit 47b0d26

Please sign in to comment.