summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-05 11:01:35 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-05 11:01:35 +0100
commit24b6c7531e27fff1e0cadd80752a84aaaba7b52e (patch)
tree8c6b43e56e787e8be3ccf01bb47a75e926d640fa
parentsys-block/sas3ircu: remove amd64-fbsd (diff)
downloadgentoo-24b6c753.tar.gz
gentoo-24b6c753.tar.bz2
gentoo-24b6c753.zip
sys-power/iasl: remove amd64-fbsd
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--sys-power/iasl/iasl-20200326.ebuild4
-rw-r--r--sys-power/iasl/iasl-20200717.ebuild4
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