commit: 0893ec0c070830fdde9ae0ca1a2faa2a59a7fc24 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Sep 30 21:36:24 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Sep 30 21:36:59 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0893ec0c
live ebuild update Package-Manager: portage-2.2.8-r2 --- dev-cpp/icnc/ChangeLog | 3 +++ 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 d402c65..60296b9 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 <[email protected]> icnc-9999.ebuild: + live ebuild update + 25 Sep 2014; Christoph Junghans <[email protected]> icnc-9999.ebuild: live ebuild update diff --git a/dev-cpp/icnc/icnc-9999.ebuild b/dev-cpp/icnc/icnc-9999.ebuild index aeee540..b1ffcd5 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}"
