diff options
author | David Seifert <soap@gentoo.org> | 2020-02-12 22:03:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-12 22:03:36 +0100 |
commit | 750d554a7a682c9356eef12c4c2971c4576a5824 (patch) | |
tree | 3d2347b06d66045e4920cc44237a3eb5c3554df3 /games-action | |
parent | games-action/descent1-data: [QA] inherit estack.eclass directly (diff) | |
download | gentoo-750d554a7a682c9356eef12c4c2971c4576a5824.tar.gz gentoo-750d554a7a682c9356eef12c4c2971c4576a5824.tar.bz2 gentoo-750d554a7a682c9356eef12c4c2971c4576a5824.zip |
games-action/descent2-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/descent2-data/descent2-data-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/descent2-data/descent2-data-1.2.ebuild b/games-action/descent2-data/descent2-data-1.2.ebuild index a13120698722..4ca0152d5ff7 100644 --- a/games-action/descent2-data/descent2-data-1.2.ebuild +++ b/games-action/descent2-data/descent2-data-1.2.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 # Not possible to apply official 1.2 patch under Linux. A Gentoo user # created Xdelta patches and the DXX-Rebirth project kindly hosted them. |