commit:     4204fc8c40c6fa5b5a2b6fe384c1f737834fc2b5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 15:07:19 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 15:08:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4204fc8c

dev-lang/falcon: Fix missing dep on gtk2 (#573478 by Toralf Förster)

Package-Manager: portage-2.2.27

 dev-lang/falcon/falcon-0.9.6.8.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-lang/falcon/falcon-0.9.6.8.ebuild 
b/dev-lang/falcon/falcon-0.9.6.8.ebuild
index 2ca4c7b..99ccad8 100644
--- a/dev-lang/falcon/falcon-0.9.6.8.ebuild
+++ b/dev-lang/falcon/falcon-0.9.6.8.ebuild
@@ -23,7 +23,9 @@ DEPEND="
        curl? ( net-misc/curl )
        dbus? ( sys-apps/dbus )
        gd? ( media-libs/gd:= )
-       gtk? ( dev-libs/glib:2 )
+       gtk? (
+               dev-libs/glib:2
+               x11-libs/gtk+:2 )
        mysql? ( virtual/libmysqlclient:= )
        readline? ( sys-libs/readline:0 )
        pdf? ( media-libs/libharu )

Reply via email to