diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-11 15:04:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-11 15:04:24 +0000 |
commit | 15a7e52bfee7ba4273f3f1ced8cab40446f9ff76 (patch) | |
tree | a566a31a57e179f9e698daac6cbea5f82a2cf683 /net-libs | |
parent | Stable for amd64, wrt bug #535442 (diff) | |
download | gentoo-2-15a7e52bfee7ba4273f3f1ced8cab40446f9ff76.tar.gz gentoo-2-15a7e52bfee7ba4273f3f1ced8cab40446f9ff76.tar.bz2 gentoo-2-15a7e52bfee7ba4273f3f1ced8cab40446f9ff76.zip |
Stable for amd64, wrt bug #535576
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libesmtp/ChangeLog b/net-libs/libesmtp/ChangeLog index 86ea800889e3..cefddf767c9d 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.58 2015/06/09 18:37:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/ChangeLog,v 1.59 2015/06/11 15:04:24 ago Exp $ + + 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> libesmtp-1.0.6-r1.ebuild: + Stable for amd64, wrt bug #535576 09 Jun 2015; Markus Meier <maekke@gentoo.org> libesmtp-1.0.6-r1.ebuild: arm stable, 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 b641d37a5ed6..85e90a7a5b50 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.2 2015/06/09 18:37:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild,v 1.3 2015/06/11 15:04:24 ago 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 )" |