Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libesmtp/
Date: Mon, 26 Jun 2017 12:48:37
Message-Id: 1498481296.2a3e96f89b6eceb9c1c8a769d5f8614bab378fe5.aballier@gentoo
1 commit: 2a3e96f89b6eceb9c1c8a769d5f8614bab378fe5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 12:28:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 12:48:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3e96f8
7
8 net-libs/libesmtp: mark arm64 stable to catchup with other arches
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild
16 index 2b8fae2218a..37f67a7a3a3 100644
17 --- a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild
18 +++ b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -10,7 +10,7 @@ SRC_URI="http://www.stafford.uklinux.net/${PN}/${P}.tar.bz2"
26
27 LICENSE="LGPL-2.1 GPL-2"
28 SLOT="0"
29 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
30 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
31 IUSE="debug ntlm ssl static-libs threads"
32
33 RDEPEND="ssl? ( dev-libs/openssl )"