diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 19:14:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-13 19:14:08 +0000 |
commit | 7e22a75475f603b9e5862500027a5c0ff935e28e (patch) | |
tree | 55462abf84642229e1af156e28f37bbbb1bee30a /net-libs | |
parent | Stable for ppc64, wrt bug #475744 (diff) | |
download | gentoo-2-7e22a75475f603b9e5862500027a5c0ff935e28e.tar.gz gentoo-2-7e22a75475f603b9e5862500027a5c0ff935e28e.tar.bz2 gentoo-2-7e22a75475f603b9e5862500027a5c0ff935e28e.zip |
Stable for ppc64, wrt bug #475880
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index 9a7b57bd1950..e8a8a1bd74d7 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libesmtp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.54 2013/05/03 22:27:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.55 2013/07/13 19:14:08 ago Exp $ + + 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libesmtp-1.0.6.ebuild: + Stable for ppc64, wrt bug #475880 03 May 2013; Mike Frysinger <vapier@gentoo.org> libesmtp-1.0.6.ebuild: Add arm/s390 love #467902 by Mr. Bones.. diff --git a/net-libs/libesmtp/libesmtp-1.0.6.ebuild b/net-libs/libesmtp/libesmtp-1.0.6.ebuild index a9e13c903742..983fd3dae6d4 100644 --- a/net-libs/libesmtp/libesmtp-1.0.6.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild,v 1.9 2013/05/03 22:27:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6.ebuild,v 1.10 2013/07/13 19:14:08 ago Exp $ EAPI=3 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="http://www.stafford.uklinux.net/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1 GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="debug ssl static-libs threads" RDEPEND="ssl? ( dev-libs/openssl )" |