diff options
author | Raymond Wong <infiwang@pm.me> | 2022-04-28 17:03:35 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-04-28 17:04:39 +0200 |
commit | ba9f034c67a09182c9f3a117645076db848d66bc (patch) | |
tree | 22005d4aef1610eab77a25cda184783f422b3a0f /net-p2p | |
parent | app-emacs/elpher: new package; add version 3.3.3 (diff) | |
download | gentoo-ba9f034c67a09182c9f3a117645076db848d66bc.tar.gz gentoo-ba9f034c67a09182c9f3a117645076db848d66bc.tar.bz2 gentoo-ba9f034c67a09182c9f3a117645076db848d66bc.zip |
net-p2p/amule: Keyword 2.3.3 riscv, #841296
Signed-off-by: Raymond Wong <infiwang@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/25237
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/amule/amule-2.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/amule/amule-2.3.3.ebuild b/net-p2p/amule/amule-2.3.3.ebuild index c415270f799a..1c0c098150de 100644 --- a/net-p2p/amule/amule-2.3.3.ebuild +++ b/net-p2p/amule/amule-2.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ else MY_P="${PN/m/M}-${PV}" SRC_URI="https://download.sourceforge.net/${PN}/${MY_P}.tar.xz" S="${WORKDIR}/${MY_P}" - KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~sparc x86" + KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~riscv ~sparc x86" fi DESCRIPTION="aMule, the all-platform eMule p2p client" |