diff options
author | Sam James <sam@gentoo.org> | 2021-04-04 08:03:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 08:12:59 +0000 |
commit | 9e5ca2fcbd1426e93429d7c16c62c8eef82b0b0f (patch) | |
tree | 22d83340df0c5ea8242dc67815033549591c5533 /games-mud | |
parent | games-action/beathazardultra: port to EAPI 7, eutils--, desktop++, wrapper++ (diff) | |
download | gentoo-9e5ca2fcbd1426e93429d7c16c62c8eef82b0b0f.tar.gz gentoo-9e5ca2fcbd1426e93429d7c16c62c8eef82b0b0f.tar.bz2 gentoo-9e5ca2fcbd1426e93429d7c16c62c8eef82b0b0f.zip |
games-mud/tf: autotools--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/tf/tf-5.0_beta8_p8.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-mud/tf/tf-5.0_beta8_p8.ebuild b/games-mud/tf/tf-5.0_beta8_p8.ebuild index a3910fb79ca7..626bfecdddd9 100644 --- a/games-mud/tf/tf-5.0_beta8_p8.ebuild +++ b/games-mud/tf/tf-5.0_beta8_p8.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools - MY_PV="${PV/_beta/b}" MY_PV="${MY_PV/_p*/}" MY_PV="$(ver_rs 1 '' "${MY_PV}")" |