diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-22 19:52:31 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-22 19:52:31 +0000 |
commit | 31f8fa20b852162fe72de0fa00837c18393cf385 (patch) | |
tree | 9dd1e9884a67cba8e624442941b40240d05b6bd1 /net-libs/libesmtp | |
parent | Add kdebluetooth-0.0.20050122 and kdebluetooth-0.0.20050122-r1. The "r1" is h... (diff) | |
download | gentoo-2-31f8fa20b852162fe72de0fa00837c18393cf385.tar.gz gentoo-2-31f8fa20b852162fe72de0fa00837c18393cf385.tar.bz2 gentoo-2-31f8fa20b852162fe72de0fa00837c18393cf385.zip |
Stable on alpha.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'net-libs/libesmtp')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index d45810bc4256..fea355d09152 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libesmtp # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.20 2005/01/17 18:43:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.21 2005/01/22 19:52:31 kloeri Exp $ + + 22 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> libesmtp-1.0.3.ebuild: + Stable on alpha. 17 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> libesmtp-1.0.3.ebuild: Stable on sparc diff --git a/net-libs/libesmtp/libesmtp-1.0.3.ebuild b/net-libs/libesmtp/libesmtp-1.0.3.ebuild index d9b548ba1286..18325c80c5a3 100644 --- a/net-libs/libesmtp/libesmtp-1.0.3.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.3.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-libs/libesmtp/libesmtp-1.0.3.ebuild,v 1.3 2005/01/17 18:43:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.3.ebuild,v 1.4 2005/01/22 19:52:31 kloeri Exp $ inherit gcc eutils gnuconfig libtool @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} IUSE="ssl" SLOT="0" -KEYWORDS="x86 sparc ~ppc ~alpha ~amd64" +KEYWORDS="x86 sparc ~ppc alpha ~amd64" S="${WORKDIR}/${MY_P}" |