diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-01-25 22:56:32 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-01-25 22:56:32 +0000 |
commit | eb7e66a76ee07efcd2735e591d63f560650b7e27 (patch) | |
tree | 5fd4f3f9d64fb6ce0df241530d5aba7ef70671e9 /app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild | |
parent | Make sure poppler and poppler-bindings have the same cairo USE flag (diff) | |
download | historical-eb7e66a76ee07efcd2735e591d63f560650b7e27.tar.gz historical-eb7e66a76ee07efcd2735e591d63f560650b7e27.tar.bz2 historical-eb7e66a76ee07efcd2735e591d63f560650b7e27.zip |
Add dep on libglade. Bug #119841
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild')
-rw-r--r-- | app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild b/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild index b3fefa0b0cb1..111709b603dc 100644 --- a/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild +++ b/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild,v 1.3 2006/01/25 22:48:27 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-bindings/poppler-bindings-0.5.0.ebuild,v 1.4 2006/01/25 22:56:32 dang Exp $ inherit autotools eutils @@ -16,7 +16,10 @@ IUSE="gtk qt cairo" RDEPEND=">=app-text/poppler-0.5.0 cairo? ( >=x11-libs/cairo-0.5 ) - gtk? ( >=x11-libs/gtk+-2.6 ) + gtk? ( + >=x11-libs/gtk+-2.6 + >=gnome-base/libglade-2 + ) qt? ( =x11-libs/qt-3* )" DEPEND="${RDEPEND} |