diff options
author | Sam James <sam@gentoo.org> | 2023-01-06 21:51:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-06 21:51:08 +0000 |
commit | 2acccb08279a7b7992fbdcb78090a4f60981e484 (patch) | |
tree | 0299130f800827b41db15507f1b1f7d540d746dd /net-irc | |
parent | dev-python/python-nbxmpp: Fix net-libs/libsoup dep to :3.0 (diff) | |
download | gentoo-2acccb08279a7b7992fbdcb78090a4f60981e484.tar.gz gentoo-2acccb08279a7b7992fbdcb78090a4f60981e484.tar.bz2 gentoo-2acccb08279a7b7992fbdcb78090a4f60981e484.zip |
net-irc/scrollz: Stabilize 2.3.1 ppc, #889966
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/scrollz/scrollz-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/scrollz/scrollz-2.3.1.ebuild b/net-irc/scrollz/scrollz-2.3.1.ebuild index 52ce5f27eb02..b60e759cb3c9 100644 --- a/net-irc/scrollz/scrollz-2.3.1.ebuild +++ b/net-irc/scrollz/scrollz-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="gmp gnutls ipv6 ssl" REQUIRED_USE="gnutls? ( ssl )" |