From 0276e800c4cf7002550020be69e693716c9093d6 Mon Sep 17 00:00:00 2001 From: Enno Tensing Date: Sat, 22 Mar 2025 10:45:39 +0100 Subject: [PATCH] app-editors/texworks: Change TW_BUILD_ID --- .../{texworks-0.6.10-r1.ebuild => texworks-0.6.10-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app-editors/texworks/{texworks-0.6.10-r1.ebuild => texworks-0.6.10-r2.ebuild} (97%) diff --git a/app-editors/texworks/texworks-0.6.10-r1.ebuild b/app-editors/texworks/texworks-0.6.10-r2.ebuild similarity index 97% rename from app-editors/texworks/texworks-0.6.10-r1.ebuild rename to app-editors/texworks/texworks-0.6.10-r2.ebuild index 4ec0d30..46d88fe 100644 --- a/app-editors/texworks/texworks-0.6.10-r1.ebuild +++ b/app-editors/texworks/texworks-0.6.10-r2.ebuild @@ -60,7 +60,7 @@ src_configure() { -DQTPDF_VIEWER=ON -DBUILD_SHARED_PLUGINS=ON -DQT_DEFAULT_MAJOR_VERSION=6 - -DTW_BUILD_ID="suijin-overlay package" + -DTW_BUILD_ID=suijin-overlay package ) use lua && mycmakeargs+=( -DLUA_VERSION="$(lua_get_version)" )