summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-12-07 22:44:09 +0000
committerSven Wegener <swegener@gentoo.org>2004-12-07 22:44:09 +0000
commitbbb7a009ef59a0db57bd0bc18770f9005811df2c (patch)
tree5a39e1d6450bc555f161e968983b5d4280a95288 /app-crypt/pinentry/pinentry-0.7.1-r1.ebuild
parentVersion bump, CVS snapshot with gtk+-2 support. Closes bug #73704. (diff)
downloadhistorical-bbb7a009ef59a0db57bd0bc18770f9005811df2c.tar.gz
historical-bbb7a009ef59a0db57bd0bc18770f9005811df2c.tar.bz2
historical-bbb7a009ef59a0db57bd0bc18770f9005811df2c.zip
Fixed gtk dependency of old ebuild.
Diffstat (limited to 'app-crypt/pinentry/pinentry-0.7.1-r1.ebuild')
-rw-r--r--app-crypt/pinentry/pinentry-0.7.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild b/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild
index 00b2125545f5..a73f7c44af71 100644
--- a/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild
+++ b/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild,v 1.5 2004/10/05 11:46:56 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.1-r1.ebuild,v 1.6 2004/12/07 22:44:09 swegener Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86 ppc amd64"
IUSE="qt gtk ncurses"
-DEPEND="gtk? ( x11-libs/gtk+ )
+DEPEND="gtk? ( =x11-libs/gtk+-1* )
ncurses? ( sys-libs/ncurses )
qt? ( x11-libs/qt )
!gtk? ( !qt? ( !ncurses? ( sys-libs/ncurses ) ) )"