diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-03-19 14:44:55 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-03-19 14:44:55 +0000 |
commit | 67ff8799a8b295d736cb5130992c6f1a8af2bd91 (patch) | |
tree | 775fdc57aa93e16e5c48ffa46f72e8e269e22eea | |
parent | Merge branch 'master' of ssh://github.com/gentoo-science/sci (diff) | |
parent | sci-physics/genfit: Change live-ebuild to github. (diff) | |
download | sci-67ff8799a8b295d736cb5130992c6f1a8af2bd91.tar.gz sci-67ff8799a8b295d736cb5130992c6f1a8af2bd91.tar.bz2 sci-67ff8799a8b295d736cb5130992c6f1a8af2bd91.zip |
Merge pull request #604 from olifre/genfit-git
sci-physics/genfit: Change live-ebuild to github.
-rw-r--r-- | sci-physics/genfit/genfit-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sci-physics/genfit/genfit-9999.ebuild b/sci-physics/genfit/genfit-9999.ebuild index a449b62bc..370cbba11 100644 --- a/sci-physics/genfit/genfit-9999.ebuild +++ b/sci-physics/genfit/genfit-9999.ebuild @@ -7,9 +7,8 @@ EAPI=5 inherit cmake-utils versionator if [[ ${PV} == *9999* ]]; then - inherit subversion - ESVN_REPO_URI="https://svn.code.sf.net/p/${PN}/code/trunk" - ESVN_PROJECT="${PN}.${PV}" + inherit git-r3 + EGIT_REPO_URI="https://github.com/GenFit/GenFit.git" KEYWORDS="" else # .zip-snapshot can be recreated by visiting |