diff options
author | David Seifert <soap@gentoo.org> | 2022-01-05 11:01:35 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-05 11:01:35 +0100 |
commit | 24b6c7531e27fff1e0cadd80752a84aaaba7b52e (patch) | |
tree | 8c6b43e56e787e8be3ccf01bb47a75e926d640fa /sys-power/iasl | |
parent | sys-block/sas3ircu: remove amd64-fbsd (diff) | |
download | gentoo-24b6c7531e27fff1e0cadd80752a84aaaba7b52e.tar.gz gentoo-24b6c7531e27fff1e0cadd80752a84aaaba7b52e.tar.bz2 gentoo-24b6c7531e27fff1e0cadd80752a84aaaba7b52e.zip |
sys-power/iasl: remove amd64-fbsd
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-power/iasl')
-rw-r--r-- | sys-power/iasl/iasl-20200326.ebuild | 4 | ||||
-rw-r--r-- | sys-power/iasl/iasl-20200717.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-power/iasl/iasl-20200326.ebuild b/sys-power/iasl/iasl-20200326.ebuild index 415bf452fa1d..089ecaca7291 100644 --- a/sys-power/iasl/iasl-20200326.ebuild +++ b/sys-power/iasl/iasl-20200326.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,7 @@ src_configure() { tc-export CC # BITS is tied to ARCH - please set appropriately if you add new keywords - if [[ $ARCH == @(amd64|amd64-fbsd) ]] ; then + if [[ $ARCH == @(amd64) ]] ; then export BITS=64 else export BITS=32 diff --git a/sys-power/iasl/iasl-20200717.ebuild b/sys-power/iasl/iasl-20200717.ebuild index 681d65977c6a..4deced324f98 100644 --- a/sys-power/iasl/iasl-20200717.ebuild +++ b/sys-power/iasl/iasl-20200717.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -53,7 +53,7 @@ src_configure() { tc-export CC # BITS is tied to ARCH - please set appropriately if you add new keywords - if [[ $ARCH == @(amd64|amd64-fbsd) ]] ; then + if [[ $ARCH == @(amd64) ]] ; then export BITS=64 else export BITS=32 |