diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2006-01-03 19:15:59 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2006-01-03 19:15:59 +0000 |
commit | 11ba994383c810b32e68b176f35c45e607baf9e1 (patch) | |
tree | 7cb84b61056358c221ad339b2b9cbb2378996762 /net-mail | |
parent | Fix dependencies by adding bluez-libs to RDEPEND and removing bluez-utils fro... (diff) | |
download | gentoo-2-11ba994383c810b32e68b176f35c45e607baf9e1.tar.gz gentoo-2-11ba994383c810b32e68b176f35c45e607baf9e1.tar.bz2 gentoo-2-11ba994383c810b32e68b176f35c45e607baf9e1.zip |
Stable on alpha
(Portage version: 2.0.53)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/getmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/getmail/getmail-4.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/getmail/ChangeLog b/net-mail/getmail/ChangeLog index ef67891e2b94..b6577e5061e6 100644 --- a/net-mail/getmail/ChangeLog +++ b/net-mail/getmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/getmail # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.104 2006/01/03 17:18:49 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/ChangeLog,v 1.105 2006/01/03 19:15:59 ferdy Exp $ + + 03 Jan 2006; Fernando J. Pereda <ferdy@gentoo.org> getmail-4.4.3.ebuild: + Stable on alpha *getmail-4.4.4 (03 Jan 2006) diff --git a/net-mail/getmail/getmail-4.4.3.ebuild b/net-mail/getmail/getmail-4.4.3.ebuild index 5904633c6b0e..32aefc4eab6a 100644 --- a/net-mail/getmail/getmail-4.4.3.ebuild +++ b/net-mail/getmail/getmail-4.4.3.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/net-mail/getmail/getmail-4.4.3.ebuild,v 1.2 2006/01/03 17:18:50 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.4.3.ebuild,v 1.3 2006/01/03 19:15:59 ferdy Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" SLOT="4" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="alpha ~amd64 ~ppc ~sparc x86" DEPEND=">=dev-lang/python-2.3.3" |