diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-09-30 15:36:24 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-09-30 15:36:59 -0600 |
commit | 0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24 (patch) | |
tree | 0729eb4b23b4fea81b319baacbba60373e0e7e34 /dev-cpp | |
parent | sci-physics/root: Backport fix for build failure (diff) | |
download | sci-0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24.tar.gz sci-0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24.tar.bz2 sci-0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24.zip |
live ebuild update
Package-Manager: portage-2.2.8-r2
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/icnc/ChangeLog | 3 | ||||
-rw-r--r-- | dev-cpp/icnc/icnc-9999.ebuild | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-cpp/icnc/ChangeLog b/dev-cpp/icnc/ChangeLog index d402c65e3..60296b976 100644 --- a/dev-cpp/icnc/ChangeLog +++ b/dev-cpp/icnc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 30 Sep 2014; Christoph Junghans <ottxor@gentoo.org> icnc-9999.ebuild: + live ebuild update + 25 Sep 2014; Christoph Junghans <ottxor@gentoo.org> icnc-9999.ebuild: live ebuild update diff --git a/dev-cpp/icnc/icnc-9999.ebuild b/dev-cpp/icnc/icnc-9999.ebuild index aeee540a9..b1ffcd528 100644 --- a/dev-cpp/icnc/icnc-9999.ebuild +++ b/dev-cpp/icnc/icnc-9999.ebuild @@ -14,8 +14,7 @@ if [[ $PV = 9999 ]]; then EGIT_REPO_URI="https://github.com/icnc/icnc.git" KEYWORDS= else - #SRC_URI="mirror://sourceforge/${PN}/${PV}/l_cnc_b_${PV}.tgz" - SRC_URI="https://github.com/martine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi @@ -24,7 +23,7 @@ SLOT="0" IUSE="" DEPEND=" - >=dev-cpp/tbb-4.2[debug] + >=dev-cpp/tbb-4.2 sys-libs/glibc " RDEPEND="${DEPEND}" |