diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-12 19:09:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2025-01-12 19:09:06 +0200 |
commit | caabbd5963cee49325a05a8c886b5131c6e87763 (patch) | |
tree | d0aefebd0827819607a3a23e6c54a5c3b913182a /sys-apps | |
parent | sys-apps/file: fix buffer overflow on some ELF (diff) | |
download | gentoo-caabbd5963cee49325a05a8c886b5131c6e87763.tar.gz gentoo-caabbd5963cee49325a05a8c886b5131c6e87763.tar.bz2 gentoo-caabbd5963cee49325a05a8c886b5131c6e87763.zip |
sys-apps/gsmartcontrol: Stabilize 2.0.1 x86, #947956
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gsmartcontrol/gsmartcontrol-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-2.0.1.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-2.0.1.ebuild index 2c544efbb7c8..580b5b726356 100644 --- a/sys-apps/gsmartcontrol/gsmartcontrol-2.0.1.ebuild +++ b/sys-apps/gsmartcontrol/gsmartcontrol-2.0.1.ebuild @@ -16,7 +16,7 @@ else https://github.com/ashaduri/gsmartcontrol/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz " - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-3 LGPL-3 0BSD Boost-1.0 ZLIB" |