diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-18 11:18:17 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-18 11:18:17 +0200 |
commit | 78918d695e32f7b23d7e5c77805ae6d023aa2f89 (patch) | |
tree | 33b1f8216b04910bad549855c86a39daeb88d43c /net-libs/axtls | |
parent | dev-libs/libpcre2: amd64 stable wrt bug #717800 (diff) | |
download | gentoo-78918d695e32f7b23d7e5c77805ae6d023aa2f89.tar.gz gentoo-78918d695e32f7b23d7e5c77805ae6d023aa2f89.tar.bz2 gentoo-78918d695e32f7b23d7e5c77805ae6d023aa2f89.zip |
net-libs/axtls: amd64 stable wrt bug #717808
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs/axtls')
-rw-r--r-- | net-libs/axtls/axtls-2.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/axtls/axtls-2.1.5.ebuild b/net-libs/axtls/axtls-2.1.5.ebuild index 674385dd40d6..97e0f9f50e3b 100644 --- a/net-libs/axtls/axtls-2.1.5.ebuild +++ b/net-libs/axtls/axtls-2.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -40,7 +40,7 @@ S="${WORKDIR}/${PN}-code" LICENSE="BSD GPL-2" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="httpd cgi-lua cgi-php static static-libs doc" |