diff options
author | Sam James <sam@gentoo.org> | 2021-10-25 07:06:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-25 07:06:06 +0100 |
commit | 504c9396eed068aad5f339f929787c774a10fb62 (patch) | |
tree | bf811919047a3b603a028763ac689379ff23de5f /net-libs | |
parent | app-office/mdbtools: Stabilize 0.9.4 sparc, #820083 (diff) | |
download | gentoo-504c9396eed068aad5f339f929787c774a10fb62.tar.gz gentoo-504c9396eed068aad5f339f929787c774a10fb62.tar.bz2 gentoo-504c9396eed068aad5f339f929787c774a10fb62.zip |
net-libs/rabbitmq-c: Stabilize 0.11.0 arm64, #805374
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild index b8e7ae78e5f9..3ca5b2c9f6dc 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.11.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.11.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 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="MIT" |