From 08e8060338d1fefc0410dbf04d2cd435f8a8e7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Thu, 26 Oct 2023 15:48:31 +0200 Subject: [PATCH] games-strategy/openra: set VERSION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .../openra/{openra-20231010.ebuild => openra-20231010-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) rename games-strategy/openra/{openra-20231010.ebuild => openra-20231010-r1.ebuild} (99%) diff --git a/games-strategy/openra/openra-20231010.ebuild b/games-strategy/openra/openra-20231010-r1.ebuild similarity index 99% rename from games-strategy/openra/openra-20231010.ebuild rename to games-strategy/openra/openra-20231010-r1.ebuild index 77f001a578773..14888edda0aee 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 }