diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-12-08 10:19:51 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-08 10:58:31 +0000 |
commit | ec6b2ef241d7311ee285ca677f7d8ef62b734773 (patch) | |
tree | 6efe732cdef64e32bdf3b00a0dd7bfa900853ed0 /net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | |
parent | sys-devel/gdb: stable 8.3.1 for hppa, bug #701824 (diff) | |
download | gentoo-ec6b2ef241d7311ee285ca677f7d8ef62b734773.tar.gz gentoo-ec6b2ef241d7311ee285ca677f7d8ef62b734773.tar.bz2 gentoo-ec6b2ef241d7311ee285ca677f7d8ef62b734773.zip |
net-libs/rabbitmq-c: stable 0.10.0 for hppa, bug #701810
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild')
-rw-r--r-- | net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild index 5afe340eb85a..5efc3b085ee5 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.10.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.10.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 ~s390 sparc ~x86" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~ppc ppc64 ~s390 sparc ~x86" fi LICENSE="MIT" |