diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-02-23 12:40:00 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-02-23 12:40:00 +0000 |
commit | f34040dcb17a1e4a9c9755c90013dadd01337a45 (patch) | |
tree | 4669d98fe630d76784161bf33a2393a251ed7fbd /app-crypt/gnupg | |
parent | initial commit (bug #42569) (Manifest recommit) (diff) | |
download | gentoo-2-f34040dcb17a1e4a9c9755c90013dadd01337a45.tar.gz gentoo-2-f34040dcb17a1e4a9c9755c90013dadd01337a45.tar.bz2 gentoo-2-f34040dcb17a1e4a9c9755c90013dadd01337a45.zip |
copy weeve's sparc32 fixes into 1.2.4 and mark stable on x86 and alpha.
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.4.ebuild | 14 |
2 files changed, 16 insertions, 5 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index 480c27f8c0d8..6d822746c12c 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gnupg -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.48 2004/01/12 09:55:44 carpaski Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.49 2004/02/23 12:40:00 taviso Exp $ + + 23 Feb 2004; Tavis Ormandy <taviso@gentoo.org> gnupg-1.2.4.ebuild: + copy weeve's sparc32 fixes into 1.2.4 and mark stable on x86 and alpha. *gnupg-1.9.0 (06 Jan 2004) diff --git a/app-crypt/gnupg/gnupg-1.2.4.ebuild b/app-crypt/gnupg/gnupg-1.2.4.ebuild index 194f8f6177c7..111a918a53af 100644 --- a/app-crypt/gnupg/gnupg-1.2.4.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 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.4.ebuild,v 1.5 2004/02/22 18:10:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.6 2004/02/23 12:40:00 taviso Exp $ -inherit eutils +inherit eutils flag-o-matic DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" HOMEPAGE="http://www.gnupg.org/" @@ -16,7 +16,7 @@ LICENSE="GPL-2" # non-commercial use. use idea && LICENCE="${LICENCE} | IDEA" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64" +KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ~amd64 ~ia64" IUSE="X ldap nls static caps idea" RDEPEND="!static? ( ldap? ( net-nds/openldap ) @@ -40,6 +40,14 @@ DEPEND="caps? ( sys-libs/libcap ) virtual/glibc dev-lang/perl" +# 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 + filter-flags "-mcpu=supersparc -mcpu=v8 -mcpu=v7" +fi + src_unpack() { unpack ${A} |