summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-03-15 18:11:10 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-03-15 18:11:10 +0000
commit89bfe660c53e14cbf73447288201a2d2e591abde (patch)
tree69693fb7879ccefb3dd9143def53b1f98bcab50f /app-crypt
parentAdd DEPENDency on dev-db/firebird for interbase USE flag, fixes bug 78879. (diff)
downloadgentoo-2-89bfe660c53e14cbf73447288201a2d2e591abde.tar.gz
gentoo-2-89bfe660c53e14cbf73447288201a2d2e591abde.tar.bz2
gentoo-2-89bfe660c53e14cbf73447288201a2d2e591abde.zip
Added to ~hppa.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gnupg/ChangeLog5
-rw-r--r--app-crypt/gnupg/gnupg-1.4.0-r2.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index 05ed50cbc3af..f0b26c2f7481 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/gnupg
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.101 2005/03/15 08:36:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.102 2005/03/15 18:11:10 hansmi Exp $
+
+ 15 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> gnupg-1.4.0-r2.ebuild:
+ Added to ~hppa.
15 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
gnupg-1.4.0-r2.ebuild:
diff --git a/app-crypt/gnupg/gnupg-1.4.0-r2.ebuild b/app-crypt/gnupg/gnupg-1.4.0-r2.ebuild
index 3bc107c15e0b..69a4ac094edb 100644
--- a/app-crypt/gnupg/gnupg-1.4.0-r2.ebuild
+++ b/app-crypt/gnupg/gnupg-1.4.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.0-r2.ebuild,v 1.3 2005/03/15 08:36:45 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.0-r2.ebuild,v 1.4 2005/03/15 18:11:10 hansmi Exp $
inherit eutils flag-o-matic
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/gnupg/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm -hppa ~ppc ~ppc-macos ~s390 ~sparc ~x86 ~ia64 ~mips ~ppc64"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc-macos ~s390 ~sparc ~x86 ~ia64 ~mips ~ppc64"
IUSE="ecc ldap nls readline caps zlib idea bzip2 selinux smartcard"
#
# Disabling X until media-gfx/xli has sufficient keywords
@@ -64,7 +64,7 @@ src_unpack() {
}
src_compile() {
- # Certain sparc32 machines seem to have trouble building correctly with
+ # Certain sparc32 machines seem to have trouble building correctly with
# -mcpu enabled. While this is not a gnupg problem, it is a temporary
# fix until the gcc problem can be tracked down.
if [ "${ARCH}" == "sparc" ] && [ "${PROFILE_ARCH}" == "sparc" ]; then
@@ -94,7 +94,7 @@ src_compile() {
use x86 && myconf="${myconf} --enable-asm"
# `use_enable X photo-viewers` \
- #
+ #
econf \
`use_enable ldap` \
--enable-mailto \