diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-04-25 00:02:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-25 00:02:24 +0200 |
commit | f41b8bb55ee6515510c8007b61e808636a09fff9 (patch) | |
tree | 3d2609ddffcdddc218d21bf0109b7a1c2617853c /games-action | |
parent | games-action/bzflag: remove unused eclass, minor improvements (diff) | |
download | gentoo-f41b8bb55ee6515510c8007b61e808636a09fff9.tar.gz gentoo-f41b8bb55ee6515510c8007b61e808636a09fff9.tar.bz2 gentoo-f41b8bb55ee6515510c8007b61e808636a09fff9.zip |
games-action/dxx-rebirth: remove unused eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 3 | ||||
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild index c2ee8a2d717c..86ced2d16b5b 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild @@ -5,7 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg +inherit desktop python-any-r1 scons-utils toolchain-funcs xdg + if [[ "${PV}" = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth" diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index 577047969630..5a01f9daaefc 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -5,7 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg +inherit desktop python-any-r1 scons-utils toolchain-funcs xdg + if [[ "${PV}" = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth" |