diff options
author | 2020-02-12 19:02:38 +0100 | |
---|---|---|
committer | 2020-02-12 19:02:38 +0100 | |
commit | f272d1279082e28367d3e0cdba44eccf433f0f14 (patch) | |
tree | 4312b58b9c6bde2d5aa43759bea63affeca078e5 /games-engines/nazghul | |
parent | dev-python/cheetah-docs: [QA] inherit vcs-clean.eclass directly (diff) | |
download | gentoo-f272d1279082e28367d3e0cdba44eccf433f0f14.tar.gz gentoo-f272d1279082e28367d3e0cdba44eccf433f0f14.tar.bz2 gentoo-f272d1279082e28367d3e0cdba44eccf433f0f14.zip |
games-engines/nazghul: [QA] inherit vcs-clean.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-engines/nazghul')
-rw-r--r-- | games-engines/nazghul/nazghul-0.7.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild index 14be63f70af6..3bcc845864d9 100644 --- a/games-engines/nazghul/nazghul-0.7.1-r1.ebuild +++ b/games-engines/nazghul/nazghul-0.7.1-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils + +inherit eutils vcs-clean DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA" HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html" |