diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-02 00:16:28 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-02 00:18:57 +0200 |
commit | 9357f607c3f8f81890372cb7be97ab1a925f7355 (patch) | |
tree | ec7e62838c028cfe2eabfe13fe635ddd14d55802 /sys-apps/tas | |
parent | sys-apps/superdiag: drop old version (diff) | |
download | gentoo-9357f607c3f8f81890372cb7be97ab1a925f7355.tar.gz gentoo-9357f607c3f8f81890372cb7be97ab1a925f7355.tar.bz2 gentoo-9357f607c3f8f81890372cb7be97ab1a925f7355.zip |
sys-apps/tas: x86 stable
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps/tas')
-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=( |