diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 19:38:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-07-23 19:38:09 +0000 |
commit | f6b6cd15cd872681df09c984a29400aed06fced8 (patch) | |
tree | c4b292b3471c27c23abded4bbe87169d8384ccca /net-libs | |
parent | ppc stable wrt bug #554420 (diff) | |
download | gentoo-2-f6b6cd15cd872681df09c984a29400aed06fced8.tar.gz gentoo-2-f6b6cd15cd872681df09c984a29400aed06fced8.tar.bz2 gentoo-2-f6b6cd15cd872681df09c984a29400aed06fced8.zip |
ppc stable wrt bug #535576
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libesmtp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index 181784e99664..544d57976f2e 100644 --- a/net-libs/libesmtp/ChangeLog +++ b/net-libs/libesmtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libesmtp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.63 2015/07/20 05:25:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.64 2015/07/23 19:38:09 pacho Exp $ + + 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> libesmtp-1.0.6-r1.ebuild: + ppc stable wrt bug #535576 20 Jul 2015; Jeroen Roovers <jer@gentoo.org> libesmtp-1.0.6-r1.ebuild: Stable for HPPA (bug #535576). diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild index e6ef35ab5b78..a6e12d512731 100644 --- a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.7 2015/07/20 05:25:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild,v 1.8 2015/07/23 19:38:09 pacho Exp $ EAPI=5 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 ~arm64 hppa ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="debug ntlm ssl static-libs threads" RDEPEND="ssl? ( dev-libs/openssl )" |