diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-12-09 13:16:12 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-12-12 22:20:45 +0800 |
commit | d59ba2d7a14b9dd120a9b0ddfe2832c96870214b (patch) | |
tree | 57dcc5026da32cfd3dd3ab8941243c35c286a8f5 /app-portage | |
parent | app-portage/esearch: keyword ~riscv (diff) | |
download | gentoo-d59ba2d7a14b9dd120a9b0ddfe2832c96870214b.tar.gz gentoo-d59ba2d7a14b9dd120a9b0ddfe2832c96870214b.tar.bz2 gentoo-d59ba2d7a14b9dd120a9b0ddfe2832c96870214b.zip |
app-portage/euses: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/euses/euses-2.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/euses/euses-2.6.0.ebuild b/app-portage/euses/euses-2.6.0.ebuild index 7f9fe47dbad6..5d752fcaaf03 100644 --- a/app-portage/euses/euses-2.6.0.ebuild +++ b/app-portage/euses/euses-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://www.xs4all.nl/~rooversj/gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86" S=${WORKDIR} |