summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-09-06 21:27:55 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-09-06 21:27:55 +0000
commit8afef849b74cf5c9c5f8dde75819819e4037febc (patch)
tree34a5b2f33ad40db793bf95104571e6f11f9e08e0 /app-crypt/gnupg
parentnew release (Manifest recommit) (diff)
downloadgentoo-2-8afef849b74cf5c9c5f8dde75819819e4037febc.tar.gz
gentoo-2-8afef849b74cf5c9c5f8dde75819819e4037febc.tar.bz2
gentoo-2-8afef849b74cf5c9c5f8dde75819819e4037febc.zip
Fix bug #62111.
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r--app-crypt/gnupg/ChangeLog6
-rw-r--r--app-crypt/gnupg/gnupg-1.9.10.ebuild3
-rw-r--r--app-crypt/gnupg/gnupg-1.9.8.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index 5f8e56f9daac..9b03fca8abac 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/gnupg
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.74 2004/09/04 13:43:56 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.75 2004/09/06 21:27:55 robbat2 Exp $
+
+ 06 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> gnupg-1.9.10.ebuild,
+ gnupg-1.9.8.ebuild:
+ Fix bug #62111.
04 Sep 2004; Gustavo Zacarias <gustavoz@gentoo.org> gnupg-1.2.6.ebuild:
Keyworded ~sparc wrt #62615
diff --git a/app-crypt/gnupg/gnupg-1.9.10.ebuild b/app-crypt/gnupg/gnupg-1.9.10.ebuild
index 38c57ac80e14..0c021960db38 100644
--- a/app-crypt/gnupg/gnupg-1.9.10.ebuild
+++ b/app-crypt/gnupg/gnupg-1.9.10.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/gnupg/gnupg-1.9.10.ebuild,v 1.2 2004/08/15 02:51:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.10.ebuild,v 1.3 2004/09/06 21:27:55 robbat2 Exp $
inherit eutils
@@ -61,6 +61,7 @@ src_compile() {
`use_enable nls` \
`use_enable ldap` \
`use_with caps capabilities` \
+ ${myconf} \
|| die
emake || die
}
diff --git a/app-crypt/gnupg/gnupg-1.9.8.ebuild b/app-crypt/gnupg/gnupg-1.9.8.ebuild
index 4230bfaea18f..ba2f23bbfc2a 100644
--- a/app-crypt/gnupg/gnupg-1.9.8.ebuild
+++ b/app-crypt/gnupg/gnupg-1.9.8.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/gnupg/gnupg-1.9.8.ebuild,v 1.8 2004/07/14 17:14:25 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.8.ebuild,v 1.9 2004/09/06 21:27:55 robbat2 Exp $
inherit eutils
@@ -61,6 +61,7 @@ src_compile() {
`use_enable nls` \
`use_enable ldap` \
`use_with caps capabilities` \
+ ${myconf} \
|| die
emake || die
}