diff options
Diffstat (limited to 'dev-cpp/icnc/icnc-9999.ebuild')
-rw-r--r-- | dev-cpp/icnc/icnc-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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}" |