diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2018-11-19 05:52:17 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-09-21 21:50:54 -0500 |
commit | da23267c28b3491dd47030181e7eff16154dcfec (patch) | |
tree | 5bf37099ebd6a36ffbd1e5d9c2d6af421bf4e1bc /sys-power/iasl | |
parent | sys-firmware/seabios: Support USE=-binary on non-x86 (diff) | |
download | gentoo-da23267c28b3491dd47030181e7eff16154dcfec.tar.gz gentoo-da23267c28b3491dd47030181e7eff16154dcfec.tar.bz2 gentoo-da23267c28b3491dd47030181e7eff16154dcfec.zip |
sys-power/iasl: Keyword ~ppc64
ebuild test fails the same was as it does on amd64, but confirmed working
by cross-compiling a working seabios on ppc64.
Also adjusted package.use.{force,mask} appropriately for seabios.
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sys-power/iasl')
-rw-r--r-- | sys-power/iasl/iasl-20180810.ebuild | 2 | ||||
-rw-r--r-- | sys-power/iasl/iasl-20190215.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/iasl/iasl-20180810.ebuild b/sys-power/iasl/iasl-20180810.ebuild index 5b69ce4b62ec..7d4945a34e3c 100644 --- a/sys-power/iasl/iasl-20180810.ebuild +++ b/sys-power/iasl/iasl-20180810.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.acpica.org/sites/acpica/files/${MY_P}.tar.gz LICENSE="iASL" SLOT="0" -KEYWORDS="amd64 ~arm64 ppc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" DEPEND="sys-devel/bison diff --git a/sys-power/iasl/iasl-20190215.ebuild b/sys-power/iasl/iasl-20190215.ebuild index edd9ba4e0f01..fc4d7e040e8d 100644 --- a/sys-power/iasl/iasl-20190215.ebuild +++ b/sys-power/iasl/iasl-20190215.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.acpica.org/sites/acpica/files/${MY_P}.tar.gz LICENSE="iASL" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="test" DEPEND="sys-devel/bison |