diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:33 +0000 |
commit | b5a718830783bdcaf5dc2d8d81fa6d8535cf3dc7 (patch) | |
tree | 7663a262c3f7935b04135df6a382f4bd84346a17 /net-libs/axtls | |
parent | net-irc/weechat: Stabilize 3.0-r100 amd64, #766528 (diff) | |
download | gentoo-b5a718830783bdcaf5dc2d8d81fa6d8535cf3dc7.tar.gz gentoo-b5a718830783bdcaf5dc2d8d81fa6d8535cf3dc7.tar.bz2 gentoo-b5a718830783bdcaf5dc2d8d81fa6d8535cf3dc7.zip |
net-libs/axtls: Stabilize 2.1.5-r100 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/axtls')
-rw-r--r-- | net-libs/axtls/axtls-2.1.5-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/axtls/axtls-2.1.5-r100.ebuild b/net-libs/axtls/axtls-2.1.5-r100.ebuild index aa38483db9fd..e14639e4d3c8 100644 --- a/net-libs/axtls/axtls-2.1.5-r100.ebuild +++ b/net-libs/axtls/axtls-2.1.5-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,7 +42,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" |