diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-12-21 18:09:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-12-21 18:14:40 +0100 |
commit | aeeedd78d988ceb2e25b05869d0fc85d135e213b (patch) | |
tree | f6074df1e0c25015966bc541aacea29dcf0883a4 /net-libs | |
parent | dev-util/cmake: x86 stable (bug #602772) (diff) | |
download | gentoo-aeeedd78d988ceb2e25b05869d0fc85d135e213b.tar.gz gentoo-aeeedd78d988ceb2e25b05869d0fc85d135e213b.tar.bz2 gentoo-aeeedd78d988ceb2e25b05869d0fc85d135e213b.zip |
net-libs/rabbitmq-c: x86 stable (bug #591980)
Package-Manager: Portage-2.3.2, Repoman-2.3.1
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild index 830a5006a32a..17e9995ad9b1 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git" else SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip" - KEYWORDS="amd64 ~arm hppa ~x86" + KEYWORDS="amd64 ~arm hppa x86" fi LICENSE="MIT" |