summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <stefan.strogin@gmail.com>2019-02-10 17:33:23 +0200
committerJames Le Cuirot <chewi@gentoo.org>2019-03-09 22:16:11 +0000
commitbf00ddf28179ed8bab64beaa9a13d1bda577bf79 (patch)
tree7e26a1b5bb568ff838fd718cf2d0f8fcdfa04d42 /games-roguelike
parentgames-roguelike/angband: version bump to 4.1.3 (diff)
downloadgentoo-bf00ddf28179ed8bab64beaa9a13d1bda577bf79.tar.gz
gentoo-bf00ddf28179ed8bab64beaa9a13d1bda577bf79.tar.bz2
gentoo-bf00ddf28179ed8bab64beaa9a13d1bda577bf79.zip
games-roguelike/angband: migrate from versionator to eapi7-ver
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com> Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r--games-roguelike/angband/angband-4.1.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/angband/angband-4.1.3.ebuild b/games-roguelike/angband/angband-4.1.3.ebuild
index 6b989d032736..00fd80617c2d 100644
--- a/games-roguelike/angband/angband-4.1.3.ebuild
+++ b/games-roguelike/angband/angband-4.1.3.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit autotools eutils gnome2-utils versionator
+inherit autotools eapi7-ver eutils gnome2-utils
-MAJOR_PV=$(get_version_component_range 1-2)
+MAJOR_PV=$(ver_cut 1-2)
DESCRIPTION="A roguelike dungeon exploration game based on the books of J.R.R. Tolkien"
HOMEPAGE="http://rephial.org/"