From 133aba064d5bc15a21c4ca9cac7894e4d878f60a Mon Sep 17 00:00:00 2001 From: "Chen, Chih-Chia" Date: Tue, 1 Nov 2016 17:34:42 +0800 Subject: [sci-libs/xgboost] minor fix --- sci-libs/xgboost/xgboost-0.60.ebuild | 3 ++- sci-libs/xgboost/xgboost-9999.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'sci-libs') diff --git a/sci-libs/xgboost/xgboost-0.60.ebuild b/sci-libs/xgboost/xgboost-0.60.ebuild index a7c8cb1..3d18a5e 100644 --- a/sci-libs/xgboost/xgboost-0.60.ebuild +++ b/sci-libs/xgboost/xgboost-0.60.ebuild @@ -9,12 +9,13 @@ HOMEPAGE="https://github.com/dmlc/xgboost" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://github.com/dmlc/xgboost.git" + KEYWORDS="" inherit git-r3 else EGIT_COMMIT="4a8d63b6c8711fb839c71e26c659936252df1eb5" EGIT_REPO_URI="git://github.com/dmlc/xgboost.git" KEYWORDS="~amd64 ~x86" - inherit git-r3 + inherit git-r3 fi LICENSE="Apache-2.0" diff --git a/sci-libs/xgboost/xgboost-9999.ebuild b/sci-libs/xgboost/xgboost-9999.ebuild index 96c66e2..ee6acb4 100644 --- a/sci-libs/xgboost/xgboost-9999.ebuild +++ b/sci-libs/xgboost/xgboost-9999.ebuild @@ -9,6 +9,7 @@ HOMEPAGE="https://github.com/dmlc/xgboost" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://github.com/dmlc/xgboost.git" + KEYWORDS="" inherit git-r3 else EGIT_COMMIT=v${PV} -- cgit v1.2.3-65-gdbad