diff options
author | Sam James <sam@gentoo.org> | 2023-03-13 22:11:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-13 22:11:39 +0000 |
commit | ec1f5b09b83de0bc3670851b644e318b864d80e5 (patch) | |
tree | 5becee27175022292f8cc52ecd1d8c260ff2ddd6 /net-irc/eggdrop | |
parent | dev-qt/qtwayland: Stabilize 5.15.8-r3 ppc64, #900358 (diff) | |
download | gentoo-ec1f5b09b83de0bc3670851b644e318b864d80e5.tar.gz gentoo-ec1f5b09b83de0bc3670851b644e318b864d80e5.tar.bz2 gentoo-ec1f5b09b83de0bc3670851b644e318b864d80e5.zip |
net-irc/eggdrop: Stabilize 1.9.4 arm64, #901077
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/eggdrop')
-rw-r--r-- | net-irc/eggdrop/eggdrop-1.9.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.9.4.ebuild b/net-irc/eggdrop/eggdrop-1.9.4.ebuild index 0e23b091183d..6ef53c77447f 100644 --- a/net-irc/eggdrop/eggdrop-1.9.4.ebuild +++ b/net-irc/eggdrop/eggdrop-1.9.4.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 @@ -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" |