diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-07-23 09:06:28 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-07-23 09:08:01 +0800 |
commit | 513e0fe8465f01bf63e950d77f7863c6e141441b (patch) | |
tree | 7f68b2f4fc900b4b34cb191c01beafb822b0e0be /app-admin | |
parent | www-servers/caddy: drop 2.5.1 (diff) | |
download | gentoo-513e0fe8465f01bf63e950d77f7863c6e141441b.tar.gz gentoo-513e0fe8465f01bf63e950d77f7863c6e141441b.tar.bz2 gentoo-513e0fe8465f01bf63e950d77f7863c6e141441b.zip |
app-admin/chrpath: keyword 0.16 for ~riscv
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/chrpath/chrpath-0.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/chrpath/chrpath-0.16.ebuild b/app-admin/chrpath/chrpath-0.16.ebuild index a985ffe96003..db8843d003ad 100644 --- a/app-admin/chrpath/chrpath-0.16.ebuild +++ b/app-admin/chrpath/chrpath-0.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://alioth-archive.debian.org/releases/${PN}/${PN}/${PV}/${P}.tar.g LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" PATCHES=( |