summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/iasl/iasl-20200326.ebuild')
-rw-r--r--sys-power/iasl/iasl-20200326.ebuild4
1 files changed, 2 insertions, 2 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