diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-02-29 18:50:58 -0500 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-03-01 09:17:59 +0200 |
commit | 6f81deb89cf50e0b6d247df4af3783dde65f3d1d (patch) | |
tree | d781c9bf05e0dbc1380e346858f7fbebc0450709 /net-libs | |
parent | www-servers/apache: Stabilize 2.4.58-r2 ppc, #924312 (diff) | |
download | gentoo-6f81deb89cf50e0b6d247df4af3783dde65f3d1d.tar.gz gentoo-6f81deb89cf50e0b6d247df4af3783dde65f3d1d.tar.bz2 gentoo-6f81deb89cf50e0b6d247df4af3783dde65f3d1d.zip |
net-libs/rabbitmq-c: Stabilize 0.13.0 arm, #924320
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild index 3ad7a80fa895..1835ab569700 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.13.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/alanxz/${PN}.git" else SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86" fi LICENSE="MIT" |