diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 22:03:33 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 22:03:33 +0100 |
commit | 4047ae9dc17827e78b6343d90af9d7a8f2ca4147 (patch) | |
tree | a37d636badedc0a85f6ad2157516601000336aeb /games-action | |
parent | dev-util/perf: [QA] inherit estack.eclass directly (diff) | |
download | gentoo-4047ae9dc17827e78b6343d90af9d7a8f2ca4147.tar.gz gentoo-4047ae9dc17827e78b6343d90af9d7a8f2ca4147.tar.bz2 gentoo-4047ae9dc17827e78b6343d90af9d7a8f2ca4147.zip |
games-action/descent1-data: [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')
-rw-r--r-- | games-action/descent1-data/descent1-data-1.4a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/descent1-data/descent1-data-1.4a.ebuild b/games-action/descent1-data/descent1-data-1.4a.ebuild index bc33ea190d7c..083a9ab95da3 100644 --- a/games-action/descent1-data/descent1-data-1.4a.ebuild +++ b/games-action/descent1-data/descent1-data-1.4a.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 CDROM_OPTIONAL="yes" -inherit cdrom eutils +inherit cdrom estack eutils # For GOG install MY_EXE="setup_descent_1.4a_(16596).exe" |