diff options
author | Sam James <sam@gentoo.org> | 2023-04-14 20:37:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-14 20:37:22 +0100 |
commit | 87d326bec13697fc0bea3b5b5824821c56fc70b9 (patch) | |
tree | e4e4fa34375e4ff3e52b5d364f2d9ba7155d5bdf /dev-util/unicorn | |
parent | dev-util/ropper: Keyword 1.13.8 ppc64, #888513 (diff) | |
download | gentoo-87d326bec13697fc0bea3b5b5824821c56fc70b9.tar.gz gentoo-87d326bec13697fc0bea3b5b5824821c56fc70b9.tar.bz2 gentoo-87d326bec13697fc0bea3b5b5824821c56fc70b9.zip |
dev-util/unicorn: Keyword 2.0.1 ppc64, #888513
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/unicorn')
-rw-r--r-- | dev-util/unicorn/unicorn-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/unicorn/unicorn-2.0.1.ebuild b/dev-util/unicorn/unicorn-2.0.1.ebuild index b19f0a48f0ca..9bc9ba2122c4 100644 --- a/dev-util/unicorn/unicorn-2.0.1.ebuild +++ b/dev-util/unicorn/unicorn-2.0.1.ebuild @@ -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 ~arm ~arm64 ~ppc ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" fi S="${WORKDIR}/${PN}-${MY_PV}" |