diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-30 15:37:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-30 15:37:35 +0000 |
commit | af2f7f9620f9dede531bc4828306bf2e5ddc79da (patch) | |
tree | ec06f8c9611ec36563c18d4229dafb71d580deee /net-libs/libesmtp | |
parent | alpha stable wrt #164844 (diff) | |
download | gentoo-2-af2f7f9620f9dede531bc4828306bf2e5ddc79da.tar.gz gentoo-2-af2f7f9620f9dede531bc4828306bf2e5ddc79da.tar.bz2 gentoo-2-af2f7f9620f9dede531bc4828306bf2e5ddc79da.zip |
alpha stable wrt #164844
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-libs/libesmtp')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index c3086132dc53..7ab34f1d11d3 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,9 @@ # 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.36 2007/04/22 21:45:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.37 2007/05/30 15:37:35 armin76 Exp $ + + 30 May 2007; Raúl Porcel <armin76@gentoo.org> libesmtp-1.0.4.ebuild: + alpha stable wrt #164844 22 Apr 2007; Raúl Porcel <armin76@gentoo.org> libesmtp-1.0.4.ebuild: ia64 stable diff --git a/net-libs/libesmtp/libesmtp-1.0.4.ebuild b/net-libs/libesmtp/libesmtp-1.0.4.ebuild index 3d7813c20475..1bc5503547fb 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.8 2007/04/22 21:45:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.4.ebuild,v 1.9 2007/05/30 15:37:35 armin76 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 |