diff options
author | Sam James <sam@gentoo.org> | 2024-07-17 09:41:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-17 09:41:10 +0100 |
commit | 91f3d6844c5fe3d561216df0692a380f0e1f5a67 (patch) | |
tree | 7c9bd70f4f572faae474728739bdb6e76e295b4c /net-irc/ergo | |
parent | app-emulation/qemu: add 9.0.2 (diff) | |
download | gentoo-91f3d6844c5fe3d561216df0692a380f0e1f5a67.tar.gz gentoo-91f3d6844c5fe3d561216df0692a380f0e1f5a67.tar.bz2 gentoo-91f3d6844c5fe3d561216df0692a380f0e1f5a67.zip |
net-irc/ergo: Stabilize 2.13.1 amd64, #936198
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/ergo')
-rw-r--r-- | net-irc/ergo/ergo-2.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/ergo/ergo-2.13.1.ebuild b/net-irc/ergo/ergo-2.13.1.ebuild index 95f83d85f0ca..9ee896dc26a1 100644 --- a/net-irc/ergo/ergo-2.13.1.ebuild +++ b/net-irc/ergo/ergo-2.13.1.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 )" |