diff options
author | 2022-08-08 16:47:15 +0200 | |
---|---|---|
committer | 2022-08-08 16:48:07 +0200 | |
commit | 48c7788fb744009822622b7519042baafb4b03fc (patch) | |
tree | 93a0fa08fadfee74c35aec244f9e8b4994e8cd55 /app-portage/unsymlink-lib | |
parent | kde-frameworks/kio: Fix build with USE -X, drop obsolete DEPENDs (diff) | |
download | gentoo-48c7788fb744009822622b7519042baafb4b03fc.tar.gz gentoo-48c7788fb744009822622b7519042baafb4b03fc.tar.bz2 gentoo-48c7788fb744009822622b7519042baafb4b03fc.zip |
app-portage/unsymlink-lib: Revert "riscv keywording"
This package makes zero sense on non-amd64 platforms, and could not have
been tested correctly.
Reverts: 58da14be53bd1ce3690da450f794c189c1f7c7d1
Signed-off-by: Michał Górny <mgorny@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 58c720bda45d..070dd5986d41 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 ~riscv" +KEYWORDS="amd64 ppc64" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # tests are docker-based, you need a running docker daemon and you # should expect leftover images |