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: Sun, 12 Sep 2021 23:00:20
Message-Id: 1631487572.7e0c43fd91bdb4adc4ec2cf0e4d83ec875f17d0f.sam@gentoo
1 commit: 7e0c43fd91bdb4adc4ec2cf0e4d83ec875f17d0f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 22:59:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 22:59:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e0c43fd
7
8 net-irc/anope: Stabilize 2.0.10 amd64, #812818
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 b9938645cb9..bc09559fa8c 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 ) )"