diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 14:28:34 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 14:48:16 +0200 |
commit | 2a3e96f89b6eceb9c1c8a769d5f8614bab378fe5 (patch) | |
tree | 077f8869641ff9f4b46ddad7935089c18ff530f5 /net-libs/libesmtp | |
parent | virtual/blas: keyword ~arm64 (diff) | |
download | gentoo-2a3e96f89b6eceb9c1c8a769d5f8614bab378fe5.tar.gz gentoo-2a3e96f89b6eceb9c1c8a769d5f8614bab378fe5.tar.bz2 gentoo-2a3e96f89b6eceb9c1c8a769d5f8614bab378fe5.zip |
net-libs/libesmtp: mark arm64 stable to catchup with other arches
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'net-libs/libesmtp')
-rw-r--r-- | net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild index 2b8fae2218ab..37f67a7a3a35 100644 --- a/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild +++ b/net-libs/libesmtp/libesmtp-1.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,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 )" |