dev-libs/cloog: [QA] Port to git-r3
[gentoo.git] / dev-libs / cloog / cloog-9999.ebuild
index 43209f571e5c505a36d319e757dfc965d0ab085d..85781b4d72c3eb6496b12fa05adb090ebd3e0451 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
 inherit eutils multilib-minimal
 
-if [[ ${PV} == "9999" ]] ; then
+if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="git://repo.or.cz/cloog.git"
-       inherit autotools git-2
+       inherit autotools git-r3
 else
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
        SRC_URI="http://www.bastoul.net/cloog/pages/download/${P}.tar.gz"