diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-26 15:48:31 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-26 15:48:53 +0200 |
commit | 08e8060338d1fefc0410dbf04d2cd435f8a8e7cc (patch) | |
tree | df75cd694ebc8412e93df9d89885fb4ae74d739d /games-strategy | |
parent | dev-python/pdm: Add GH remote-id (diff) | |
download | gentoo-08e8060338d1fefc0410dbf04d2cd435f8a8e7cc.tar.gz gentoo-08e8060338d1fefc0410dbf04d2cd435f8a8e7cc.tar.bz2 gentoo-08e8060338d1fefc0410dbf04d2cd435f8a8e7cc.zip |
games-strategy/openra: set VERSION
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/openra/openra-20231010-r1.ebuild (renamed from games-strategy/openra/openra-20231010.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-strategy/openra/openra-20231010.ebuild b/games-strategy/openra/openra-20231010-r1.ebuild index 77f001a57877..14888edda0ae 100644 --- a/games-strategy/openra/openra-20231010.ebuild +++ b/games-strategy/openra/openra-20231010-r1.ebuild @@ -177,6 +177,7 @@ src_unpack() { } src_compile() { + emake VERSION="release-${PV}" version emake RUNTIME=net6 } |