diff options
Diffstat (limited to 'app-crypt/gpgme/gpgme-1.0.2.ebuild')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.0.2.ebuild | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/app-crypt/gpgme/gpgme-1.0.2.ebuild b/app-crypt/gpgme/gpgme-1.0.2.ebuild index 019bf08f1503..ba0ef5461518 100644 --- a/app-crypt/gpgme/gpgme-1.0.2.ebuild +++ b/app-crypt/gpgme/gpgme-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.0.2.ebuild,v 1.17 2006/08/14 09:35:49 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gpgme/gpgme-1.0.2.ebuild,v 1.18 2006/10/02 16:20:25 grobian Exp $ inherit eutils libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/gpgme/${P}.tar.gz" LICENSE="GPL-2" SLOT="1" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" IUSE="" #IUSE="smime" @@ -33,20 +33,8 @@ RDEPEND="virtual/libc src_compile() { - if use ppc-macos; then - sed -i \ - -e "s:AC_PREREQ(2.59):#AC_PREREQ(2.59):" \ - -e "s:min_automake_version="1.9.3":#min_automake_version="1.9.3":" \ - configure.ac || die - libtoolize --force --copy - aclocal - fi - export WANT_AUTOCONF=2.5 autoconf || die "failed to autoconfigure" - if use ppc-macos; then - automake || die "failed to automake" - fi if [ -x /usr/bin/gpg2 ]; then GPGBIN=/usr/bin/gpg2 |