commit: 1102a5eae88754b338dec402255fd4197e3f2a0a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 20:55:17 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 20:55:17 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1102a5ea
app-misc/solaar: Stabilize 1.1.18 x86, #970266
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/solaar/solaar-1.1.18.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/solaar/solaar-1.1.18.ebuild
b/app-misc/solaar/solaar-1.1.18.ebuild
index a1f5eb2f4f43..70ca6164caaa 100644
--- a/app-misc/solaar/solaar-1.1.18.ebuild
+++ b/app-misc/solaar/solaar-1.1.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ if [[ ${PV} =~ 9999* ]]; then
EGIT_REPO_URI="https://github.com/pwr-Solaar/Solaar"
else
SRC_URI="https://github.com/pwr-Solaar/Solaar/archive/${PV/_rc/rc}.tar.gz ->
${P/_rc/rc}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 x86"
S="${WORKDIR}"/Solaar-${PV/_rc/rc}
fi