diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-03-02 06:23:28 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-03-02 06:26:34 -0500 |
commit | 6031cb4d2559add76cee2f2c76eb129739b0c804 (patch) | |
tree | cd622a7a3ddf4bbc4d5b2c9ad98c068ec1f361f2 /app-laptop | |
parent | dev-python/sentry-sdk: Stabilize 1.40.4 ALLARCHES, #926002 (diff) | |
download | gentoo-6031cb4d2559add76cee2f2c76eb129739b0c804.tar.gz gentoo-6031cb4d2559add76cee2f2c76eb129739b0c804.tar.bz2 gentoo-6031cb4d2559add76cee2f2c76eb129739b0c804.zip |
app-laptop/tp_smapi: stabilize 0.44 for amd64, x86
YOLOing x86 again because this needs special hardware.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/tp_smapi/tp_smapi-0.44.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/tp_smapi/tp_smapi-0.44.ebuild b/app-laptop/tp_smapi/tp_smapi-0.44.ebuild index 828b76306fd0..d725c7dbf63b 100644 --- a/app-laptop/tp_smapi/tp_smapi-0.44.ebuild +++ b/app-laptop/tp_smapi/tp_smapi-0.44.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/linux-thinkpad/tp_smapi/releases/download/tp-smapi/$ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="hdaps" |