summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-27 12:30:31 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-04-27 18:11:14 -0400
commit27b53eb1693da23f5b610b02e7862ec279fcaff0 (patch)
tree34b5dee431282b6c52139161553d43b1ae62a2f8 /sys-libs/fortify-headers/fortify-headers-0.6.ebuild
parentsys-apps/elfix: git-2->git-r3, git://->https:// (diff)
downloadgentoo-27b53eb1693da23f5b610b02e7862ec279fcaff0.tar.gz
gentoo-27b53eb1693da23f5b610b02e7862ec279fcaff0.tar.bz2
gentoo-27b53eb1693da23f5b610b02e7862ec279fcaff0.zip
sys-libs/fortify-headers: git-2->git-r3, EAPI=6
Package-Manager: Portage-2.3.31, Repoman-2.3.9 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'sys-libs/fortify-headers/fortify-headers-0.6.ebuild')
-rw-r--r--sys-libs/fortify-headers/fortify-headers-0.6.ebuild8
1 files changed, 4 insertions, 4 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"