diff options
author | 2004-07-01 04:10:06 +0000 | |
---|---|---|
committer | 2004-07-01 04:10:06 +0000 | |
commit | f6828901078f593ea3d8398f3d9bd779dee653f7 (patch) | |
tree | 448117b8605a7d816a6e869117723663764c2adb /net-mail/fetchmail/fetchmail-6.2.5.ebuild | |
parent | add krb4, remove java (diff) | |
download | gentoo-2-f6828901078f593ea3d8398f3d9bd779dee653f7.tar.gz gentoo-2-f6828901078f593ea3d8398f3d9bd779dee653f7.tar.bz2 gentoo-2-f6828901078f593ea3d8398f3d9bd779dee653f7.zip |
stable on ppc64, bug #55661
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.2.5.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.2.5.ebuild b/net-mail/fetchmail/fetchmail-6.2.5.ebuild index 76be8a341d10..9d13b2764396 100644 --- a/net-mail/fetchmail/fetchmail-6.2.5.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.ebuild,v 1.13 2004/06/24 23:22:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.ebuild,v 1.14 2004/07/01 04:10:06 tgall Exp $ IUSE="ssl nls ipv6 kerberos krb4" @@ -12,7 +12,7 @@ SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2 public-domain" -KEYWORDS="x86 alpha sparc ppc amd64 s390" +KEYWORDS="x86 alpha sparc ppc amd64 s390 ppc64" DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6 ) @@ -34,6 +34,7 @@ src_compile() { use amd64 && gnuconfig_update use s390 && gnuconfig_update + use ppc64 && gnuconfig_update local myconf |