diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-12-11 03:44:08 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-12-11 03:45:01 -0500 |
commit | 66d8765b7e015d3de4e89f25cacacb785c713784 (patch) | |
tree | 711132a5b15dcaedbe8db8c486ea53c0561fe768 /app-emulation/wine-gecko | |
parent | app-emulation/wine-mono: stabilize all, will do straight-to-stable (diff) | |
download | gentoo-66d8765b7e015d3de4e89f25cacacb785c713784.tar.gz gentoo-66d8765b7e015d3de4e89f25cacacb785c713784.tar.bz2 gentoo-66d8765b7e015d3de4e89f25cacacb785c713784.zip |
app-emulation/wine-gecko: add comment to do straight-to-stable
See comment (same as wine-mono).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-gecko')
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild index 9c72aed51647..11113939eae9 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.2.ebuild @@ -22,6 +22,9 @@ S=${WORKDIR} LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" 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="+abi_x86_32 abi_x86_64 +shared" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild index 9c72aed51647..11113939eae9 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.3.ebuild @@ -22,6 +22,9 @@ S=${WORKDIR} LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" 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="+abi_x86_32 abi_x86_64 +shared" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" diff --git a/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild b/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild index 9c72aed51647..11113939eae9 100644 --- a/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild +++ b/app-emulation/wine-gecko/wine-gecko-2.47.4.ebuild @@ -22,6 +22,9 @@ S=${WORKDIR} LICENSE="Apache-2.0 BSD BSD-2 MIT MPL-2.0" 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="+abi_x86_32 abi_x86_64 +shared" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )" |