diff options
author | Luis Medinas <metalgod@gentoo.org> | 2007-02-02 23:07:01 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2007-02-02 23:07:01 +0000 |
commit | 28cf6739d8f67def09a03d0c6cdfb6a1ae3ef094 (patch) | |
tree | 3cd106452a2a6f83974326a9f24a46037a4bb898 /net-libs | |
parent | Add java-ant-2 to inherit, thanks to Betelgeuse. But disable its generic ant-... (diff) | |
download | gentoo-2-28cf6739d8f67def09a03d0c6cdfb6a1ae3ef094.tar.gz gentoo-2-28cf6739d8f67def09a03d0c6cdfb6a1ae3ef094.tar.bz2 gentoo-2-28cf6739d8f67def09a03d0c6cdfb6a1ae3ef094.zip |
Stable on amd64. Bug #164844.
(Portage version: 2.1.2-r6)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index c2626f2a7130..5e9567269b6b 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libesmtp -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.31 2006/09/23 20:37:44 robbat2 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.32 2007/02/02 23:07:01 metalgod Exp $ + + 02 Feb 2007; Luis Medinas <metalgod@gentoo.org> libesmtp-1.0.4.ebuild: + Stable on amd64. Bug #164844. 23 Sep 2006; Robin H. Johnson <robbat2@gentoo.org> libesmtp-1.0.4.ebuild: Bug #148839 - fix *DEPEND. diff --git a/net-libs/libesmtp/libesmtp-1.0.4.ebuild b/net-libs/libesmtp/libesmtp-1.0.4.ebuild index 68c7cddb6d97..d8687dafcec6 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-2006 Gentoo Foundation +# 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.4 2006/09/23 20:37:44 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.4.ebuild,v 1.5 2007/02/02 23:07:01 metalgod 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 |