diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-02-05 19:28:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-02-05 19:28:09 +0000 |
commit | 21fb4c34cf8fde28a56f933af2b2ecaecdeddcf7 (patch) | |
tree | 9d1bab2a96691f9edfb6199389b67a6686104e81 /net-mail/fetchmail | |
parent | Palo (PA-RISC Linux Loader) Initial Import (diff) | |
download | historical-21fb4c34cf8fde28a56f933af2b2ecaecdeddcf7.tar.gz historical-21fb4c34cf8fde28a56f933af2b2ecaecdeddcf7.tar.bz2 historical-21fb4c34cf8fde28a56f933af2b2ecaecdeddcf7.zip |
Mark stable on alpha
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 9d192bcf7760..bc897758fe25 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/fetchmail # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.22 2003/01/28 09:16:16 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.23 2003/02/05 19:28:09 agriffis Exp $ + + 05 Feb 2003; Aron Griffis <agriffis@gentoo.org> fetchmail-6.2.1-r1.ebuild : + Mark stable on alpha *fetchmail-6.2.1-r1 (28 Jan 2003) diff --git a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild b/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild index dd0277722f44..84ce7622223a 100644 --- a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.1-r1.ebuild,v 1.1 2003/01/28 09:16:16 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild,v 1.2 2003/02/05 19:28:09 agriffis Exp $ IUSE="ssl nls" S="${WORKDIR}/${P}" @@ -12,7 +12,7 @@ DEPEND="virtual/glibc nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2 public-domain" -KEYWORDS="x86 ~alpha" +KEYWORDS="x86 alpha" inherit eutils |