commit: d86314462b96ade9ebde54e60cdaa16ab8ec60bb
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 9 14:34:48 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 9 14:35:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8631446
net-libs/rabbitmq-c: added ~alpha, bug 650498
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 f932c68e33f..f0b4ea37a00 100644
--- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild
+++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.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="amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~ppc ppc64 ~sparc x86"
fi
LICENSE="MIT"