diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 06:48:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:54:45 +0100 |
commit | c778dfe5710428bef0510ec623e8ec3e84a1ec64 (patch) | |
tree | a42ff28ed19b3f533fc5ad4379ba1e36aa0ce7fb /games-action | |
parent | dev-ml/calendar: port to EAPI 7, eutils-- (diff) | |
download | gentoo-c778dfe5710428bef0510ec623e8ec3e84a1ec64.tar.gz gentoo-c778dfe5710428bef0510ec623e8ec3e84a1ec64.tar.bz2 gentoo-c778dfe5710428bef0510ec623e8ec3e84a1ec64.zip |
games-action/dxx-rebirth: drop superflous PROPERTIES="live"
git-r3 sets this for us.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 1 | ||||
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 1 |
2 files changed, 0 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 73b3b5ec1c13..c46c7fc05135 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 @@ -9,7 +9,6 @@ inherit desktop eutils 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" - PROPERTIES="live" else # dxx-rebirth-0.61.0_pre20190720.ebuild #MY_COMMIT='a17792c89fd49dd12fdf5981670dd7f64b42850f' diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index 425230e43c69..577047969630 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -9,7 +9,6 @@ inherit desktop eutils 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" - PROPERTIES="live" else MY_COMMIT='' S="${WORKDIR}/${PN}-${MY_COMMIT}" |