commit: bf00ddf28179ed8bab64beaa9a13d1bda577bf79 Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com> AuthorDate: Sun Feb 10 15:33:23 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 22:16:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf00ddf2
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 <AT> gmail.com> Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-roguelike/angband/angband-4.1.3.ebuild | 4 ++-- 1 file 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 6b989d03273..00fd80617c2 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/"
