diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-14 11:59:54 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-14 11:59:54 +0200 |
commit | 81105f6de6cebd32b1169753b8e824ef6b0dedb8 (patch) | |
tree | e8b6ea45b56066bb7e924a36396fd7ad635fbada /dev-util/unicorn | |
parent | dev-util/ropper: Keyword 1.13.8 ppc, #888513 (diff) | |
download | gentoo-81105f6de6cebd32b1169753b8e824ef6b0dedb8.tar.gz gentoo-81105f6de6cebd32b1169753b8e824ef6b0dedb8.tar.bz2 gentoo-81105f6de6cebd32b1169753b8e824ef6b0dedb8.zip |
dev-util/unicorn: Keyword 2.0.1 ppc, #888513
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/unicorn')
-rw-r--r-- | dev-util/unicorn/unicorn-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/unicorn/unicorn-2.0.1.ebuild b/dev-util/unicorn/unicorn-2.0.1.ebuild index b50065f271bc..229ae40afa1a 100644 --- a/dev-util/unicorn/unicorn-2.0.1.ebuild +++ b/dev-util/unicorn/unicorn-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/unicorn-engine/unicorn" else SRC_URI="https://github.com/unicorn-engine/unicorn/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~ppc x86" fi S="${WORKDIR}/${PN}-${MY_PV}" |