commit: 24b6c7531e27fff1e0cadd80752a84aaaba7b52e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 5 10:01:35 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 5 10:01:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b6c753
sys-power/iasl: remove amd64-fbsd
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-power/iasl/iasl-20200326.ebuild | 4 ++--
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