diff options
author | Michael McCabe <randy@gentoo.org> | 2004-05-12 04:06:53 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-05-12 04:06:53 +0000 |
commit | 3358c2b67003bcaaa459532dcbc7bbf3e2899b65 (patch) | |
tree | 76220909a38bdcbfa58681230fec4ddc0972ceaf /net-mail/fetchmail | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-3358c2b67003bcaaa459532dcbc7bbf3e2899b65.tar.gz gentoo-2-3358c2b67003bcaaa459532dcbc7bbf3e2899b65.tar.bz2 gentoo-2-3358c2b67003bcaaa459532dcbc7bbf3e2899b65.zip |
Added s390 keyword
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.5.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index d07a1fbaca41..8e7befdbfae5 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/fetchmail # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.47 2004/03/30 14:54:38 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.48 2004/05/12 04:06:53 randy Exp $ + + 12 May 2004; Michael McCabe <randy@gentoo.org> fetchmail-6.2.5.ebuild: + Added s390 keyword and fix 30 Mar 2004; Jon Portnoy <avenj@gentoo.org> fetchmail-6.2.5.ebuild : Stable on AMD64. diff --git a/net-mail/fetchmail/fetchmail-6.2.5.ebuild b/net-mail/fetchmail/fetchmail-6.2.5.ebuild index 687b77728d0b..6a60101d293b 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 Technologies, Inc. # 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.11 2004/03/30 14:54:38 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.ebuild,v 1.12 2004/05/12 04:06:53 randy 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" +KEYWORDS="x86 alpha sparc ppc amd64 s390" DEPEND="virtual/glibc ssl? ( >=dev-libs/openssl-0.9.6 ) @@ -33,6 +33,7 @@ src_compile() { autoconf use amd64 && gnuconfig_update + use s390 && gnuconfig_update local myconf |