diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-13 21:09:44 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-13 21:10:17 -0700 |
commit | fa183218b0b8a1fac82848b3b44533f26acd356f (patch) | |
tree | 158a47247e62a7883df929ce9cce5e5fcefb1357 /sys-apps | |
parent | sys-apps/ipmi-fan-control: new package, add 0.3.8 (diff) | |
download | gentoo-fa183218b0b8a1fac82848b3b44533f26acd356f.tar.gz gentoo-fa183218b0b8a1fac82848b3b44533f26acd356f.tar.bz2 gentoo-fa183218b0b8a1fac82848b3b44533f26acd356f.zip |
sys-apps/ipmi-fan-control: keyword 0.3.8 for -*
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ipmi-fan-control/ipmi-fan-control-0.3.8.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/ipmi-fan-control/ipmi-fan-control-0.3.8.ebuild b/sys-apps/ipmi-fan-control/ipmi-fan-control-0.3.8.ebuild index 97bba325e3aa..fdd2ed97f324 100644 --- a/sys-apps/ipmi-fan-control/ipmi-fan-control-0.3.8.ebuild +++ b/sys-apps/ipmi-fan-control/ipmi-fan-control-0.3.8.ebuild @@ -117,7 +117,9 @@ SRC_URI="https://github.com/chenxiaolong/${PN}/archive/refs/tags/v${PV}.tar.gz - LICENSE="MIT 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 GPL-3+ MIT Unicode-DFS-2016 Unlicense ZLIB" SLOT="0" -KEYWORDS="~amd64" +# supported boards are x86_64 only, do not keyword elsewhere +# technically it could run on remote host and issue commands via ipmitool lanplus, but that's very edgy case +KEYWORDS="-* ~amd64" RDEPEND="sys-apps/ipmitool" |