summaryrefslogtreecommitdiff
path: root/dev-util/unicorn
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-12 09:56:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-12 09:56:54 +0000
commitebc282ef4dfa408accac685565b8ee5f6faec119 (patch)
treec0a4f713228cda0ab17eed46f0bb7ca8cb8be2f6 /dev-util/unicorn
parent6c8694a707151d59555b0e4e48235f085ce166c3 (diff)
gentoo auto-resync : 12:02:2023 - 09:56:54
Diffstat (limited to 'dev-util/unicorn')
-rw-r--r--dev-util/unicorn/Manifest4
-rw-r--r--dev-util/unicorn/unicorn-2.0.1.ebuild2
-rw-r--r--dev-util/unicorn/unicorn-9999.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/unicorn/Manifest b/dev-util/unicorn/Manifest
index 3ab6a39d910e..82d084757643 100644
--- a/dev-util/unicorn/Manifest
+++ b/dev-util/unicorn/Manifest
@@ -1,4 +1,4 @@
DIST unicorn-2.0.1.gh.tar.gz 4070004 BLAKE2B 4ab8f92367e7df5762d29ed58dfff524f59053e28548b170b982d16988eea16df46851d2ea559d8beabb4f1315e5ee627f9ded755a4f3b1cfd6d863a50c633b6 SHA512 4249d33d38614ea1ca51e38c7838cb276306100aa44c65ad1b3e39304e4b856ac643a9c6f9d13678fc07bea58989a08b64653d17afe9e62bcef2936ba63e1b1f
-EBUILD unicorn-2.0.1.ebuild 1711 BLAKE2B d94d579970c7fc55817e9cbe67887311a4d933728407392f096b4eb6ec5383aaf689766e82ab57700fbd38295ab97cf19cbc519ff072245f3ec42a101d889f6d SHA512 e7756748556d46b25d9249e9d006eaa6ecccde55b8d10ae5a4db6da46090f10777f548cf809e1c1d8b1db418c4c185ecd389ced8ebd4fb4dea0677b92e135296
-EBUILD unicorn-9999.ebuild 1708 BLAKE2B ac2f5ac0f5613f1345fcf5194da7e164ea217fed76dc9a9b7fe56db00db108fccd0d0dba90d0864bc3197ac3ca979c16b75c86c5524814df0212c2f01a25794c SHA512 f0219692a4abc637141178847d2dfb4b82fe497a86af4aa40aa0a020c07379073c67db17dfecf8d3dcbd5fa072c1d2d67d902656bda0a5d71dcaefde67a51466
+EBUILD unicorn-2.0.1.ebuild 1718 BLAKE2B 5c82bada71cc0689247d9e6cb1e13d5ac9363562ee4849f25a863ff4582d10243a96d79a1fc1973342113e54f8c3c4e79c7d59b018ba046f912128f07d0a3507 SHA512 d1273a7aa17a726ab98ce7b8527bed84013edd2fc90c03cd17c6642c024171a84e1209d7ec9ca582ae69717aa5e1c6b0fc8adb235e7596442251dfc6e5916074
+EBUILD unicorn-9999.ebuild 1720 BLAKE2B 79282faed75fd413fe8f993fafb6bc7ce4b3b61c8fc45042d45e38150ff816639950c3d95b266edb7b94ce32324b16c60f77ef7907257e653305acb242d9e4c5 SHA512 c31d0c336df6a67f5b42622f8193af02e8c7f7ac029ffae937b2241e885beb4cb2a5cc44312465b97bea564100601947c7f9f0435e04c36f31235b51e4cafc8c
MISC metadata.xml 510 BLAKE2B 857f3ee3645ffdb28846b7305ec3066ddf49934225fe2c173a5a6b5b8354b208b6bb1337c2e11713b7c983a6fe3a1e67dae62bf64b0c9228f14ccfea8d57d5c5 SHA512 e1da17744042b95f11fb8b5f562020738c7495b0256469420cfa19fda995a24f02e806f67db8521e2f4a19a32825bf54a0865ec723d853cd5aa440c42b007946
diff --git a/dev-util/unicorn/unicorn-2.0.1.ebuild b/dev-util/unicorn/unicorn-2.0.1.ebuild
index 09d6b34fc026..81e4e2c566a2 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 ~ppc x86"
+ KEYWORDS="amd64 ~ppc ~riscv x86"
fi
S="${WORKDIR}/${PN}-${MY_PV}"
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}"