summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-10-31 21:12:28 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-10-31 21:12:28 +0000
commit6fd154960c467f2cd83dffacbc722821a585f52b (patch)
treecde9a83bb28678fdebfeedff0f660af051c9cf0d /app-crypt/gnupg
parentfrench ispell dictionary (diff)
downloadgentoo-2-6fd154960c467f2cd83dffacbc722821a585f52b.tar.gz
gentoo-2-6fd154960c467f2cd83dffacbc722821a585f52b.tar.bz2
gentoo-2-6fd154960c467f2cd83dffacbc722821a585f52b.zip
Added X dependency. Fixes #8836
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r--app-crypt/gnupg/ChangeLog3
-rw-r--r--app-crypt/gnupg/gnupg-1.2.1.ebuild8
2 files changed, 7 insertions, 4 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index 5797a5750e48..227dea770d6e 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,11 +1,12 @@
# ChangeLog for app-crypt/gnupg
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.9 2002/10/31 20:52:38 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.10 2002/10/31 21:12:28 rphillips Exp $
*gnupg-1.2.1 (31 Oct 2002)
31 Oct 2002; Ryan Phillips <rphillips@gentoo.org> gnupg-1.2.1.ebuild :
Version bump
+ Added xloadimage as dep to enable --show-photo. Fixes #8836
*gnupg-1.2.0 (18 Oct 2002)
diff --git a/app-crypt/gnupg/gnupg-1.2.1.ebuild b/app-crypt/gnupg/gnupg-1.2.1.ebuild
index 4d7c3e94b712..619556ac53a6 100644
--- a/app-crypt/gnupg/gnupg-1.2.1.ebuild
+++ b/app-crypt/gnupg/gnupg-1.2.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.1.ebuild,v 1.1 2002/10/31 20:52:38 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.1.ebuild,v 1.2 2002/10/31 21:12:28 rphillips Exp $
-IUSE="zlib ldap nls"
+IUSE="X zlib ldap nls"
S="${WORKDIR}/${P}"
DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
@@ -11,9 +11,10 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64"
+KEYWORDS="x86 ~ppc ~sparc ~sparc64"
DEPEND="sys-devel/perl
+ X? ( x11-misc/xloadimage )
zlib? ( sys-libs/zlib )
ldap? ( net-nds/openldap )"
RDEPEND="nls? ( sys-devel/gettext )"
@@ -23,6 +24,7 @@ src_compile() {
use nls || myconf="${myconf} --disable-nls"
use ldap || myconf="${myconf} --disable-ldap"
use zlib || myconf="${myconf} --with-included-zlib"
+ use X &&
#Still needed?
# Bug #6387, --enable-m-guard causes bus error on sparcs