Skip to content

Commit

Permalink
dev-libs/gjs: fix gtk+ minimum dependency
Browse files Browse the repository at this point in the history
configure.ac now checks for >=3.20, of course in practice this doesn't
matter much, as we don't have older.

Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
leio committed Jul 14, 2017
1 parent d283059 commit 1b5ec62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-libs/gjs/gjs-1.48.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RDEPEND="
dev-lang/spidermonkey:38
virtual/libffi
cairo? ( x11-libs/cairo[X] )
gtk? ( x11-libs/gtk+:3 )
gtk? ( >=x11-libs/gtk+-3.20:3 )
"
DEPEND="${RDEPEND}
gnome-base/gnome-common
Expand Down

0 comments on commit 1b5ec62

Please sign in to comment.