diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:07 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 11:11:07 +0000 |
commit | dc9d9d3b9644efdc1b73a77670a77ec12861b5c7 (patch) | |
tree | bcf4c6fcedb32611dc21ec694621ccc39e3a791a /app-crypt | |
parent | updated (diff) | |
download | historical-dc9d9d3b9644efdc1b73a77670a77ec12861b5c7.tar.gz historical-dc9d9d3b9644efdc1b73a77670a77ec12861b5c7.tar.bz2 historical-dc9d9d3b9644efdc1b73a77670a77ec12861b5c7.zip |
DEPEND and /usr/X11 fixes
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpa/gpa-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gpa/gpa-0.4.1.ebuild b/app-crypt/gpa/gpa-0.4.1.ebuild index dfc709a41ecb..582ef79eb554 100644 --- a/app-crypt/gpa/gpa-0.4.1.ebuild +++ b/app-crypt/gpa/gpa-0.4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <micke@hallendal.net> -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.4.1.ebuild,v 1.1 2001/10/05 11:48:23 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpa/gpa-0.4.1.ebuild,v 1.2 2001/10/07 11:11:07 azarah Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -9,7 +9,7 @@ DESCRIPTION="Standard GUI for GnuPG" SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/${PN}/${A}" HOMEPAGE="http://www.gnupg.org/gpa.html" -DEPEND=">=x11-libs/gtk+-1.2.1 +DEPEND=">=x11-libs/gtk+-1.2.10-r4 nls? ( sys-devel/gettext )" |