Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/iasl/
Date: Wed, 05 Jan 2022 10:02:00
Message-Id: 1641376895.24b6c7531e27fff1e0cadd80752a84aaaba7b52e.soap@gentoo
1 commit: 24b6c7531e27fff1e0cadd80752a84aaaba7b52e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 10:01:35 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 10:01:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b6c753
7
8 sys-power/iasl: remove amd64-fbsd
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-power/iasl/iasl-20200326.ebuild | 4 ++--
13 sys-power/iasl/iasl-20200717.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-power/iasl/iasl-20200326.ebuild b/sys-power/iasl/iasl-20200326.ebuild
17 index 415bf452fa1d..089ecaca7291 100644
18 --- a/sys-power/iasl/iasl-20200326.ebuild
19 +++ b/sys-power/iasl/iasl-20200326.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -53,7 +53,7 @@ src_configure() {
27 tc-export CC
28
29 # BITS is tied to ARCH - please set appropriately if you add new keywords
30 - if [[ $ARCH == @(amd64|amd64-fbsd) ]] ; then
31 + if [[ $ARCH == @(amd64) ]] ; then
32 export BITS=64
33 else
34 export BITS=32
35
36 diff --git a/sys-power/iasl/iasl-20200717.ebuild b/sys-power/iasl/iasl-20200717.ebuild
37 index 681d65977c6a..4deced324f98 100644
38 --- a/sys-power/iasl/iasl-20200717.ebuild
39 +++ b/sys-power/iasl/iasl-20200717.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -53,7 +53,7 @@ src_configure() {
47 tc-export CC
48
49 # BITS is tied to ARCH - please set appropriately if you add new keywords
50 - if [[ $ARCH == @(amd64|amd64-fbsd) ]] ; then
51 + if [[ $ARCH == @(amd64) ]] ; then
52 export BITS=64
53 else
54 export BITS=32