diff options
author | Yixun Lan <dlan@gentoo.org> | 2023-02-17 21:25:58 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2023-02-17 21:25:58 +0800 |
commit | 7ba2901ae5697718ab3b9635ab5c3a7139d4c584 (patch) | |
tree | 249063a2ea6ba5227b7bfba2609f6b27aaf6b07e /dev-util/sh | |
parent | dev-util/sh: Keyword 3.6.0 riscv, #895114 (diff) | |
download | gentoo-7ba2901ae5697718ab3b9635ab5c3a7139d4c584.tar.gz gentoo-7ba2901ae5697718ab3b9635ab5c3a7139d4c584.tar.bz2 gentoo-7ba2901ae5697718ab3b9635ab5c3a7139d4c584.zip |
dev-util/sh: forward keywords to live ebuild
keep it sync with release version
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-util/sh')
-rw-r--r-- | dev-util/sh/sh-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/sh/sh-9999.ebuild b/dev-util/sh/sh-9999.ebuild index ea48ab9e9b7d..c85de409caf7 100644 --- a/dev-util/sh/sh-9999.ebuild +++ b/dev-util/sh/sh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then else SRC_URI="https://github.com/mvdan/sh/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~riscv ~x86" S="${WORKDIR}/${PN//fmt/}-${PV}" fi |