diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-29 16:21:45 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-29 16:21:45 +0000 |
commit | bb73f84b0d3e6cf481a26ea559aa9188bb858a85 (patch) | |
tree | b5777f2263d193893f5c37e086d087c29cc91908 /net-mail/fetchmail | |
parent | Added CDEFINE values for ppc64 (diff) | |
download | gentoo-2-bb73f84b0d3e6cf481a26ea559aa9188bb858a85.tar.gz gentoo-2-bb73f84b0d3e6cf481a26ea559aa9188bb858a85.tar.bz2 gentoo-2-bb73f84b0d3e6cf481a26ea559aa9188bb858a85.zip |
Added ~ppc64 to KEYWORDS
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 32ffdb911e71..f75f74613961 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/fetchmail # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.56 2005/04/28 18:22:34 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.57 2005/04/29 16:21:45 corsair Exp $ + + 29 Apr 2005; Markus Rothe <corsair@gentoo.org> fetchmail-6.2.5-r2.ebuild: + Added ~ppc64 to KEYWORDS; bug #90750 *fetchmail-6.2.5-r2 (28 Apr 2005) diff --git a/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild b/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild index 32534d217c22..cb0905a3a6fd 100644 --- a/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.5-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/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild,v 1.1 2005/04/28 18:22:34 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5-r2.ebuild,v 1.2 2005/04/29 16:21:45 corsair Exp $ inherit eutils gnuconfig @@ -10,7 +10,7 @@ SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz" LICENSE="GPL-2 public-domain" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="ssl nls ipv6 kerberos krb4 hesiod" DEPEND="virtual/libc |