summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen, Chih-Chia <pigfoot@gmail.com>2016-11-01 17:51:31 +0800
committerChen, Chih-Chia <pigfoot@gmail.com>2016-11-01 17:51:31 +0800
commit9a2e73cb3e10afa9846cb185cfe21b0107aa754b (patch)
tree11e254d7506257d4d4348dc3e513e6821cfdcb37 /sci-libs
parent[sci-libs/xgboost] minor fix (diff)
downloadpigfoot-9a2e73cb3e10afa9846cb185cfe21b0107aa754b.tar.gz
pigfoot-9a2e73cb3e10afa9846cb185cfe21b0107aa754b.tar.bz2
pigfoot-9a2e73cb3e10afa9846cb185cfe21b0107aa754b.zip
[sci-libs/xgboost] minor fix2
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/xgboost/xgboost-0.60.ebuild3
-rw-r--r--sci-libs/xgboost/xgboost-9999.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/sci-libs/xgboost/xgboost-0.60.ebuild b/sci-libs/xgboost/xgboost-0.60.ebuild
index 3d18a5e..33bd352 100644
--- a/sci-libs/xgboost/xgboost-0.60.ebuild
+++ b/sci-libs/xgboost/xgboost-0.60.ebuild
@@ -7,9 +7,8 @@ EAPI=6
DESCRIPTION="Scalable, Portable and Distributed Gradient Boosting."
HOMEPAGE="https://github.com/dmlc/xgboost"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="git://github.com/dmlc/xgboost.git"
- KEYWORDS=""
inherit git-r3
else
EGIT_COMMIT="4a8d63b6c8711fb839c71e26c659936252df1eb5"
diff --git a/sci-libs/xgboost/xgboost-9999.ebuild b/sci-libs/xgboost/xgboost-9999.ebuild
index ee6acb4..55b8773 100644
--- a/sci-libs/xgboost/xgboost-9999.ebuild
+++ b/sci-libs/xgboost/xgboost-9999.ebuild
@@ -7,9 +7,8 @@ EAPI=6
DESCRIPTION="Scalable, Portable and Distributed Gradient Boosting."
HOMEPAGE="https://github.com/dmlc/xgboost"
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="git://github.com/dmlc/xgboost.git"
- KEYWORDS=""
inherit git-r3
else
EGIT_COMMIT=v${PV}