diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-01-30 07:59:58 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-30 08:03:31 +0000 |
commit | b0ebae820d27678414db3b9085203d4c36201f26 (patch) | |
tree | 06d7604bdadb015d3fe3f258a87cddaf4939aacd /net-libs/rabbitmq-c | |
parent | x11-wm/sawfish: stable 1.12.0 for sparc, bug #676840 (diff) | |
download | gentoo-b0ebae820d27678414db3b9085203d4c36201f26.tar.gz gentoo-b0ebae820d27678414db3b9085203d4c36201f26.tar.bz2 gentoo-b0ebae820d27678414db3b9085203d4c36201f26.zip |
net-libs/rabbitmq-c: stable 0.9.0 for sparc, bug #676730
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-libs/rabbitmq-c')
-rw-r--r-- | net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild index 5f1af9841fa7..ad4a454a7899 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -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}.zip -> ${PN}-v${PV}.zip" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86" fi LICENSE="MIT" |