commit: a0dac54b8be39aad08ad6603e6c204cc2a5fbf3b
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 08:41:31 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 08:45:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0dac54b
app-emulation/wine-mono: stabilize all, will do straight-to-stable
See comment, just realize that this was useless churn for
this package. Stable wine also won't use the latest even
if it's stabilized due to pinning.
Would be different if we were building it, but that's unlikely
to happen.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-emulation/wine-mono/wine-mono-7.0.0.ebuild | 3 +++
app-emulation/wine-mono/wine-mono-7.4.0.ebuild | 3 +++
app-emulation/wine-mono/wine-mono-8.1.0.ebuild | 3 +++
app-emulation/wine-mono/wine-mono-9.1.0.ebuild | 3 +++
app-emulation/wine-mono/wine-mono-9.2.0.ebuild | 3 +++
app-emulation/wine-mono/wine-mono-9.3.0.ebuild | 5 ++++-
app-emulation/wine-mono/wine-mono-9.3.1.ebuild | 5 ++++-
app-emulation/wine-mono/wine-mono-9.4.0.ebuild | 5 ++++-
8 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
index 145968f94d46..a422ad716d3b 100644
--- a/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.0.0.ebuild
@@ -16,6 +16,9 @@ S=${WORKDIR}
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
SLOT="${PV}"
+# keep straight-to-stable, builds nothing and the stabilization process
+# is wasteful and annoying for users using ~testing wine in stable
+# (wine also pins to specific versions, so stable won't use latest)
KEYWORDS="amd64 x86"
IUSE="+shared"
diff --git a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
index 145968f94d46..a422ad716d3b 100644
--- a/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-7.4.0.ebuild
@@ -16,6 +16,9 @@ S=${WORKDIR}
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
SLOT="${PV}"
+# keep straight-to-stable, builds nothing and the stabilization process
+# is wasteful and annoying for users using ~testing wine in stable
+# (wine also pins to specific versions, so stable won't use latest)
KEYWORDS="amd64 x86"
IUSE="+shared"
diff --git a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
index 145968f94d46..a422ad716d3b 100644
--- a/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-8.1.0.ebuild
@@ -16,6 +16,9 @@ S=${WORKDIR}
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
SLOT="${PV}"
+# keep straight-to-stable, builds nothing and the stabilization process
+# is wasteful and annoying for users using ~testing wine in stable
+# (wine also pins to specific versions, so stable won't use latest)
KEYWORDS="amd64 x86"
IUSE="+shared"
diff --git a/app-emulation/wine-mono/wine-mono-9.1.0.ebuild
b/app-emulation/wine-mono/wine-mono-9.1.0.ebuild
index 145968f94d46..a422ad716d3b 100644
--- a/app-emulation/wine-mono/wine-mono-9.1.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-9.1.0.ebuild
@@ -16,6 +16,9 @@ S=${WORKDIR}
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
SLOT="${PV}"
+# keep straight-to-stable, builds nothing and the stabilization process
+# is wasteful and annoying for users using ~testing wine in stable
+# (wine also pins to specific versions, so stable won't use latest)
KEYWORDS="amd64 x86"
IUSE="+shared"
diff --git a/app-emulation/wine-mono/wine-mono-9.2.0.ebuild
b/app-emulation/wine-mono/wine-mono-9.2.0.ebuild
index 145968f94d46..a422ad716d3b 100644
--- a/app-emulation/wine-mono/wine-mono-9.2.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-9.2.0.ebuild
@@ -16,6 +16,9 @@ S=${WORKDIR}
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
SLOT="${PV}"
+# keep straight-to-stable, builds nothing and the stabilization process
+# is wasteful and annoying for users using ~testing wine in stable
+# (wine also pins to specific versions, so stable won't use latest)
KEYWORDS="amd64 x86"
IUSE="+shared"
diff --git a/app-emulation/wine-mono/wine-mono-9.3.0.ebuild
b/app-emulation/wine-mono/wine-mono-9.3.0.ebuild
index 43d16fc30de9..a422ad716d3b 100644
--- a/app-emulation/wine-mono/wine-mono-9.3.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-9.3.0.ebuild
@@ -16,7 +16,10 @@ S=${WORKDIR}
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+# keep straight-to-stable, builds nothing and the stabilization process
+# is wasteful and annoying for users using ~testing wine in stable
+# (wine also pins to specific versions, so stable won't use latest)
+KEYWORDS="amd64 x86"
IUSE="+shared"
src_install() {
diff --git a/app-emulation/wine-mono/wine-mono-9.3.1.ebuild
b/app-emulation/wine-mono/wine-mono-9.3.1.ebuild
index 269b13f02be3..5addc85e06a4 100644
--- a/app-emulation/wine-mono/wine-mono-9.3.1.ebuild
+++ b/app-emulation/wine-mono/wine-mono-9.3.1.ebuild
@@ -17,7 +17,10 @@ S=${WORKDIR}
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+# keep straight-to-stable, builds nothing and the stabilization process
+# is wasteful and annoying for users using ~testing wine in stable
+# (wine also pins to specific versions, so stable won't use latest)
+KEYWORDS="amd64 x86"
IUSE="+shared"
src_install() {
diff --git a/app-emulation/wine-mono/wine-mono-9.4.0.ebuild
b/app-emulation/wine-mono/wine-mono-9.4.0.ebuild
index 43d16fc30de9..a422ad716d3b 100644
--- a/app-emulation/wine-mono/wine-mono-9.4.0.ebuild
+++ b/app-emulation/wine-mono/wine-mono-9.4.0.ebuild
@@ -16,7 +16,10 @@ S=${WORKDIR}
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1"
SLOT="${PV}"
-KEYWORDS="~amd64 ~x86"
+# keep straight-to-stable, builds nothing and the stabilization process
+# is wasteful and annoying for users using ~testing wine in stable
+# (wine also pins to specific versions, so stable won't use latest)
+KEYWORDS="amd64 x86"
IUSE="+shared"
src_install() {