diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-12 10:20:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-12 10:20:25 +0200 |
commit | 12fc29b5fa82accf13cd8410356ed22b8a067202 (patch) | |
tree | 6a5e2ad6ec5e0cc485c3723e20d0e22ae1750de5 /net-irc | |
parent | dev-libs/cowsql: require raft dep from new upstream (diff) | |
download | gentoo-12fc29b5fa82accf13cd8410356ed22b8a067202.tar.gz gentoo-12fc29b5fa82accf13cd8410356ed22b8a067202.tar.bz2 gentoo-12fc29b5fa82accf13cd8410356ed22b8a067202.zip |
net-irc/ergo: Stabilize 2.12.0 amd64, #917230
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ergo/ergo-2.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/ergo/ergo-2.12.0.ebuild b/net-irc/ergo/ergo-2.12.0.ebuild index 749773f6dd84..a75a5ad80b57 100644 --- a/net-irc/ergo/ergo-2.12.0.ebuild +++ b/net-irc/ergo/ergo-2.12.0.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}"/${P/_/-} LICENSE="Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0" SLOT="0" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm ~arm64" + KEYWORDS="amd64 ~arm ~arm64" fi IUSE="test" RESTRICT="!test? ( test )" |