diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-10-02 16:20:25 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-10-02 16:20:25 +0000 |
commit | de3ff20b3e5e44d9a505a4270c26773f131ab787 (patch) | |
tree | 158ecbc4fe59dea335686d2ba08d3de8f3f1166a /app-crypt/gpgme/gpgme-1.0.2.ebuild | |
parent | Version bump. Includes various bugfixes, including some 9xx-series fixes. (diff) | |
download | gentoo-2-de3ff20b3e5e44d9a505a4270c26773f131ab787.tar.gz gentoo-2-de3ff20b3e5e44d9a505a4270c26773f131ab787.tar.bz2 gentoo-2-de3ff20b3e5e44d9a505a4270c26773f131ab787.zip |
Dropped ppc-macos keyword, because we cannot get the dependencies for newer versions without the prefix.
(Portage version: 2.1.1)
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 |