diff options
author | 2020-12-16 20:34:25 +0000 | |
---|---|---|
committer | 2020-12-16 20:34:36 +0000 | |
commit | 822d8ec28f31814e9100a7e84069b7d79d0cdd48 (patch) | |
tree | 577f8b577f3f2d472fa0622f6593e83b4f319481 /net-irc | |
parent | eclass/autotools: fixup documentation (diff) | |
download | gentoo-822d8ec28f31814e9100a7e84069b7d79d0cdd48.tar.gz gentoo-822d8ec28f31814e9100a7e84069b7d79d0cdd48.tar.bz2 gentoo-822d8ec28f31814e9100a7e84069b7d79d0cdd48.zip |
net-irc/anope: Stabilize 2.0.9 amd64, #758821
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/anope/anope-2.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/anope/anope-2.0.9.ebuild b/net-irc/anope/anope-2.0.9.ebuild index fc82ca2c2f76..1d6c41175cc7 100644 --- a/net-irc/anope/anope-2.0.9.ebuild +++ b/net-irc/anope/anope-2.0.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="gnutls ldap mysql pcre sql sqlite ssl tre" REQUIRED_USE="sql? ( || ( mysql sqlite ) )" |