diff options
-rw-r--r-- | sys-libs/fortify-headers/fortify-headers-0.6.ebuild | 8 | ||||
-rw-r--r-- | sys-libs/fortify-headers/fortify-headers-0.7.ebuild | 8 | ||||
-rw-r--r-- | sys-libs/fortify-headers/fortify-headers-9999.ebuild | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild index fccc550aeab3..d6ce9396cf99 100644 --- a/sys-libs/fortify-headers/fortify-headers-0.6.ebuild +++ b/sys-libs/fortify-headers/fortify-headers-0.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="git://git.2f30.org/fortify-headers" - inherit git-2 + inherit git-r3 else SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" diff --git a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild index fccc550aeab3..d6ce9396cf99 100644 --- a/sys-libs/fortify-headers/fortify-headers-0.7.ebuild +++ b/sys-libs/fortify-headers/fortify-headers-0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="git://git.2f30.org/fortify-headers" - inherit git-2 + inherit git-r3 else SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" diff --git a/sys-libs/fortify-headers/fortify-headers-9999.ebuild b/sys-libs/fortify-headers/fortify-headers-9999.ebuild index fccc550aeab3..d6ce9396cf99 100644 --- a/sys-libs/fortify-headers/fortify-headers-9999.ebuild +++ b/sys-libs/fortify-headers/fortify-headers-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="git://git.2f30.org/fortify-headers" - inherit git-2 + inherit git-r3 else SRC_URI="http://git.2f30.org/fortify-headers/snapshot/fortify-headers-${PV}.tar.gz" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" |