diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-08 21:19:18 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-08 21:19:18 +0000 |
commit | cb5f28c2c2521f491a5b1d58ad2726400dbdd355 (patch) | |
tree | 955d192abba8b403c06e27cbde949f71dba32071 /app-crypt | |
parent | move /usr/lib/info to /usr/lib/gambas/info (Manifest recommit) (diff) | |
download | gentoo-2-cb5f28c2c2521f491a5b1d58ad2726400dbdd355.tar.gz gentoo-2-cb5f28c2c2521f491a5b1d58ad2726400dbdd355.tar.bz2 gentoo-2-cb5f28c2c2521f491a5b1d58ad2726400dbdd355.zip |
Adjusted filter-flags syntax for sparc32. Fixes bug #43008.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index 5846763a88be..76e97c21a4a5 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/gnupg # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.50 2004/02/25 16:50:35 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.51 2004/03/08 21:19:18 weeve Exp $ + + 08 Mar 2004; Jason Wever <weeve@gentoo.org> gnupg-1.2.4.ebuild: + Adjusted filter-flags syntax for sparc32. Fixes bug #43008. 25 Feb 2004; Sven Blumenstein <bazik@gentoo.org> gnupg-1.2.4.ebuild: All your stable keywords are belong to sparc! diff --git a/app-crypt/gnupg/gnupg-1.2.4.ebuild b/app-crypt/gnupg/gnupg-1.2.4.ebuild index 66fbbd9835d2..e807d247d082 100644 --- a/app-crypt/gnupg/gnupg-1.2.4.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.4.ebuild @@ -1,6 +1,6 @@ # 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.9 2004/02/25 16:50:35 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.4.ebuild,v 1.10 2004/03/08 21:19:18 weeve Exp $ inherit eutils flag-o-matic @@ -44,7 +44,7 @@ DEPEND="caps? ( sys-libs/libcap ) # fix until the gcc problem can be tracked down. if [ "${ARCH}" == "sparc" ] && [ "${PROFILE_ARCH}" == "sparc" ]; then - filter-flags "-mcpu=supersparc -mcpu=v8 -mcpu=v7" + filter-flags -mcpu=supersparc -mcpu=v8 -mcpu=v7 fi src_unpack() { |