Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/anope/
Date: Fri, 25 Feb 2022 20:53:51
Message-Id: 1645822416.731cca78875244884d2fa2ca422229551d8d92bb.sam@gentoo
1 commit: 731cca78875244884d2fa2ca422229551d8d92bb
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 20:53:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 20:53:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731cca78
7
8 net-irc/anope: Stabilize 2.0.10 arm64, #829523
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-irc/anope/anope-2.0.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-irc/anope/anope-2.0.10.ebuild b/net-irc/anope/anope-2.0.10.ebuild
16 index 0c847fd54a22..cccfac4907f2 100644
17 --- a/net-irc/anope/anope-2.0.10.ebuild
18 +++ b/net-irc/anope/anope-2.0.10.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/anope/anope/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="amd64 arm ~arm64 x86"
24 +KEYWORDS="amd64 arm arm64 x86"
25 IUSE="gnutls ldap mysql pcre sql sqlite ssl tre"
26 REQUIRED_USE="sql? ( || ( mysql sqlite ) )"