diff options
author | Chen, Chih-Chia <pigfoot@gmail.com> | 2016-11-01 17:34:42 +0800 |
---|---|---|
committer | Chen, Chih-Chia <pigfoot@gmail.com> | 2016-11-01 17:34:42 +0800 |
commit | 133aba064d5bc15a21c4ca9cac7894e4d878f60a (patch) | |
tree | ca5d7ba0813ac3755601a0f429fa53f3d553897d /sci-libs | |
parent | Add sci-libs/xgboost (diff) | |
download | pigfoot-133aba064d5bc15a21c4ca9cac7894e4d878f60a.tar.gz pigfoot-133aba064d5bc15a21c4ca9cac7894e4d878f60a.tar.bz2 pigfoot-133aba064d5bc15a21c4ca9cac7894e4d878f60a.zip |
[sci-libs/xgboost] minor fix
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/xgboost/xgboost-0.60.ebuild | 3 | ||||
-rw-r--r-- | sci-libs/xgboost/xgboost-9999.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
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} |