diff options
author | 2021-04-02 06:48:04 +0100 | |
---|---|---|
committer | 2021-04-03 16:54:45 +0100 | |
commit | c778dfe5710428bef0510ec623e8ec3e84a1ec64 (patch) | |
tree | a42ff28ed19b3f533fc5ad4379ba1e36aa0ce7fb /games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | |
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/dxx-rebirth/dxx-rebirth-9999.ebuild')
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
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}" |