diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 22:03:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 22:03:39 +0100 |
commit | c7bd466983d868a9f7d7c6d3836f270075df3c17 (patch) | |
tree | d68916bf64c4ac76d8edfc05321f0ca75391bb90 /games-action/descent2-vertigo | |
parent | games-action/descent2-data: [QA] inherit estack.eclass directly (diff) | |
download | gentoo-c7bd466983d868a9f7d7c6d3836f270075df3c17.tar.gz gentoo-c7bd466983d868a9f7d7c6d3836f270075df3c17.tar.bz2 gentoo-c7bd466983d868a9f7d7c6d3836f270075df3c17.zip |
games-action/descent2-vertigo: [QA] inherit estack.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action/descent2-vertigo')
-rw-r--r-- | games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild b/games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild index d49ee60b99d0..630163b554a6 100644 --- a/games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild +++ b/games-action/descent2-vertigo/descent2-vertigo-1.0.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cdrom eutils +inherit cdrom estack eutils DESCRIPTION="Data files for Descent 2: The Vertigo Series" HOMEPAGE="http://www.interplay.com/games/descent.php" + LICENSE="descent-data" SLOT="0" KEYWORDS="~amd64 ~x86" |