diff options
author | 2007-08-13 21:42:31 +0000 | |
---|---|---|
committer | 2007-08-13 21:42:31 +0000 | |
commit | f6b1d2a9b71bbef20138dba918b8c9fa49fb9444 (patch) | |
tree | 8b0daef252a741ffd4de1bcc67ae36dbd3144c59 /net-libs/libesmtp | |
parent | Stable on sparc (diff) | |
download | historical-f6b1d2a9b71bbef20138dba918b8c9fa49fb9444.tar.gz historical-f6b1d2a9b71bbef20138dba918b8c9fa49fb9444.tar.bz2 historical-f6b1d2a9b71bbef20138dba918b8c9fa49fb9444.zip |
ppc. stable
Package-Manager: portage-2.1.3.5
Diffstat (limited to 'net-libs/libesmtp')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index 7ab34f1d11d3..e2dec5c91a0f 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libesmtp # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.37 2007/05/30 15:37:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.38 2007/08/13 21:38:47 dertobi123 Exp $ + + 13 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + libesmtp-1.0.4.ebuild: + ppc. stable 30 May 2007; Raúl Porcel <armin76@gentoo.org> libesmtp-1.0.4.ebuild: alpha stable wrt #164844 diff --git a/net-libs/libesmtp/libesmtp-1.0.4.ebuild b/net-libs/libesmtp/libesmtp-1.0.4.ebuild index 1bc5503547fb..1e25b1c961d7 100644 --- a/net-libs/libesmtp/libesmtp-1.0.4.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.4.ebuild,v 1.9 2007/05/30 15:37:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.4.ebuild,v 1.10 2007/08/13 21:38:47 dertobi123 Exp $ inherit toolchain-funcs eutils @@ -16,7 +16,7 @@ DEPEND=">=sys-devel/libtool-1.4.1 IUSE="ssl debug" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc-macos sparc x86" +KEYWORDS="alpha amd64 ia64 ppc ~ppc-macos sparc x86" src_compile() { local myconf |