diff options
author | Atharva <atharvaamritkar@protonmail.com> | 2022-07-31 12:08:28 +0530 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-07-31 18:08:33 +0200 |
commit | 58da14be53bd1ce3690da450f794c189c1f7c7d1 (patch) | |
tree | f1bd2f82dd8c3551560ef97731eee302bef1ecd6 /app-portage/unsymlink-lib | |
parent | app-portage/diffmask: riscv keywording (diff) | |
download | gentoo-58da14be53bd1ce3690da450f794c189c1f7c7d1.tar.gz gentoo-58da14be53bd1ce3690da450f794c189c1f7c7d1.tar.bz2 gentoo-58da14be53bd1ce3690da450f794c189c1f7c7d1.zip |
app-portage/unsymlink-lib: riscv keywording
Signed-off-by: Atharva <atharvaamritkar@protonmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-portage/unsymlink-lib')
-rw-r--r-- | app-portage/unsymlink-lib/unsymlink-lib-20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild index 070dd5986d41..58c720bda45d 100644 --- a/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild +++ b/app-portage/unsymlink-lib/unsymlink-lib-20.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mgorny/unsymlink-lib/archive/v${PV}.tar.gz -> ${P}.t LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ppc64" +KEYWORDS="amd64 ppc64 ~riscv" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # tests are docker-based, you need a running docker daemon and you # should expect leftover images |