diff options
-rw-r--r-- | sys-apps/tas/tas-1.6.0.200601.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/tas/tas-1.6.0.200601.ebuild b/sys-apps/tas/tas-1.6.0.200601.ebuild index 6301047a3e21..da4b5603d12f 100644 --- a/sys-apps/tas/tas-1.6.0.200601.ebuild +++ b/sys-apps/tas/tas-1.6.0.200601.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,8 +12,9 @@ MY_PV="$(ver_cut 1-3)" DESCRIPTION="Supermicro Thin-Agent Service for monitoring through the BMC/IPMI" HOMEPAGE="https://www.supermicro.com" SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip" +S="${WORKDIR}" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* ~amd64 x86" LICENSE="BSD supermicro" SLOT="0" @@ -31,8 +32,6 @@ BDEPEND="app-arch/unzip" RESTRICT="bindist mirror" -S="${WORKDIR}" - QA_PREBUILT="usr/bin/IPMITAS" DOCS=( |