diff options
author | Sam James <sam@gentoo.org> | 2023-03-13 22:11:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-13 22:11:40 +0000 |
commit | 7bed4323b7a6d316f0c90f5b62a51237a898caa0 (patch) | |
tree | 26ba590f9dd13a04d57bc61744141b004570760d /net-irc | |
parent | net-irc/eggdrop: Stabilize 1.9.4 arm64, #901077 (diff) | |
download | gentoo-7bed4323b7a6d316f0c90f5b62a51237a898caa0.tar.gz gentoo-7bed4323b7a6d316f0c90f5b62a51237a898caa0.tar.bz2 gentoo-7bed4323b7a6d316f0c90f5b62a51237a898caa0.zip |
net-irc/eggdrop: Stabilize 1.9.4 ppc, #901077
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.9.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.9.4.ebuild b/net-irc/eggdrop/eggdrop-1.9.4.ebuild index 6ef53c77447f..f810cf8145c6 100644 --- a/net-irc/eggdrop/eggdrop-1.9.4.ebuild +++ b/net-irc/eggdrop/eggdrop-1.9.4.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.eggheads.org/" SRC_URI="https://ftp.eggheads.org/pub/eggdrop/source/${PV:0:3}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ppc ~riscv ~sparc ~x86" LICENSE="GPL-2+" SLOT="0" IUSE="debug doc ssl static" |