diff options
Diffstat (limited to 'app-crypt/gnupg/gnupg-1.4.0-r2.ebuild')
-rw-r--r-- | app-crypt/gnupg/gnupg-1.4.0-r2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |