summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-06-08 12:30:49 +0200
committerMartin Väth <martin@mvath.de>2018-06-08 12:30:49 +0200
commit7c62fc3dd6f95c909bbec0739abbb3a370c13308 (patch)
tree692012d235aad66e804ca07ae3a21808397e30ca /app-shells/fast-syntax-highlighting
parentapp-shells/set_prompt: Version bump (diff)
downloadmv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.tar.gz
mv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.tar.bz2
mv-7c62fc3dd6f95c909bbec0739abbb3a370c13308.zip
EAPI=7 version bumps
Diffstat (limited to 'app-shells/fast-syntax-highlighting')
-rw-r--r--app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild2
-rw-r--r--app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild
index b777c33e..8af368de 100644
--- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild
+++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-1.18.ebuild
@@ -1,7 +1,7 @@
# Copyright 2011-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit readme.gentoo-r1
diff --git a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild
index 2ae32f84..8af368de 100644
--- a/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild
+++ b/app-shells/fast-syntax-highlighting/fast-syntax-highlighting-99999999.ebuild
@@ -1,7 +1,7 @@
# Copyright 2011-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit readme.gentoo-r1
@@ -19,7 +19,7 @@ case ${PV} in
SRC_URI="https://github.com/zdharma/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_COMMIT}";;
*)
- SRC_URI="https://github.com/zdharma/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz";;
+ SRC_URI="https://github.com/zdharma/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz";;
esac
DESCRIPTION="Optimized and extended zsh-syntax-highlighting"