diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-02 19:12:49 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-02 19:12:49 +0000 |
commit | 1c532739c8e00d9b7f3b9dffb0e8dd946f7a3472 (patch) | |
tree | 155a35a05f97e3900d65c251748bb7fd54e424be /net-libs | |
parent | 112d9d436d016a415d32f35343d22f7b976cd7ee (diff) | |
download | gentoo-1c532739c8e00d9b7f3b9dffb0e8dd946f7a3472.tar.gz gentoo-1c532739c8e00d9b7f3b9dffb0e8dd946f7a3472.tar.xz |
net-libs/rabbitmq-c: stable 0.9.0 for ia64, bug #676730
Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 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 6fd8fe7471d..4b040fc7f48 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.9.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.9.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}.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" |