commit:     44c51bf89a135d047806021c9bfcffab22f8fc18
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 08:43:14 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 08:43:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c51bf8

dev-util/unicorn: forward keywords to live ebuild

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-util/unicorn/unicorn-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/unicorn/unicorn-9999.ebuild 
b/dev-util/unicorn/unicorn-9999.ebuild
index b05d7ee97e49..0252a0fdcf05 100644
--- a/dev-util/unicorn/unicorn-9999.ebuild
+++ b/dev-util/unicorn/unicorn-9999.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 ~x86"
+       KEYWORDS="~amd64 ~ppc ~riscv ~x86"
 fi
 
 S="${WORKDIR}/${PN}-${MY_PV}"

Reply via email to