diff options
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.4.0-r1.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-1.4.0-r1.ebuild b/app-crypt/gnupg/gnupg-1.4.0-r1.ebuild index d91beef6ab86..3ba26960b1c0 100644 --- a/app-crypt/gnupg/gnupg-1.4.0-r1.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.0-r1.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-r1.ebuild,v 1.7 2005/07/07 00:11:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.0-r1.ebuild,v 1.8 2005/07/29 22:41:54 dragonheart Exp $ inherit eutils flag-o-matic @@ -59,7 +59,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 |