diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-11-16 22:45:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-11-16 22:45:57 +0100 |
commit | 770d11a6a24b61fdf001e97b1a33e52be7a8be09 (patch) | |
tree | 9ee3b0defc2b7f0dac7d1ca86f2fe9b8caa9f4ca /games-fps | |
parent | games-fps/nexuiz: fix prefix (diff) | |
download | gentoo-770d11a6a24b61fdf001e97b1a33e52be7a8be09.tar.gz gentoo-770d11a6a24b61fdf001e97b1a33e52be7a8be09.tar.bz2 gentoo-770d11a6a24b61fdf001e97b1a33e52be7a8be09.zip |
games-fps/nexuiz: stop using eutils eclass
Closes: https://github.com/gentoo/gentoo/pull/18288
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild b/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild index f5906fa0e092..68bb3ae1edc8 100644 --- a/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild +++ b/games-fps/nexuiz/nexuiz-2.5.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit desktop toolchain-funcs MY_PN=Nexuiz MY_P=${PN}-${PV//./} |