diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-02-01 07:54:18 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-01 07:17:29 +0000 |
commit | 242e2262ce4334dc2b42604f0444749fbf3600c0 (patch) | |
tree | 481eb8481e23e4f4d8e4d2e5a4ca7e60cd4a753e /net-libs/rabbitmq-c | |
parent | dev-python/aiosmtpd: use HTTPS, add missing die (diff) | |
download | gentoo-242e2262ce4334dc2b42604f0444749fbf3600c0.tar.gz gentoo-242e2262ce4334dc2b42604f0444749fbf3600c0.tar.bz2 gentoo-242e2262ce4334dc2b42604f0444749fbf3600c0.zip |
net-libs/rabbitmq-c: stable 0.9.0 for hppa, 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="hppa"
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 | 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 362e2aab615a..6fd8fe7471d1 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" |