diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-07-23 12:21:40 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-07-23 12:22:27 +0800 |
commit | 9147eb7ffb3a149241ecbc3ac142a0af94a4fbec (patch) | |
tree | 36eda432a95e1016fee52aac5b0529b89d66f39a /sys-apps/progress | |
parent | www-apps/sonarr: [QA] fix dtd URL (HTTP->HTTPS) (diff) | |
download | gentoo-9147eb7ffb3a149241ecbc3ac142a0af94a4fbec.tar.gz gentoo-9147eb7ffb3a149241ecbc3ac142a0af94a4fbec.tar.bz2 gentoo-9147eb7ffb3a149241ecbc3ac142a0af94a4fbec.zip |
sys-apps/progress: keyword 0.15-r1 for ~riscv
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-apps/progress')
-rw-r--r-- | sys-apps/progress/progress-0.15-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/progress/progress-0.15-r1.ebuild b/sys-apps/progress/progress-0.15-r1.ebuild index f1294e6e643a..bb7030db1641 100644 --- a/sys-apps/progress/progress-0.15-r1.ebuild +++ b/sys-apps/progress/progress-0.15-r1.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://github.com/Xfennec/progress/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86" RDEPEND="sys-libs/ncurses:=" DEPEND="${RDEPEND}" |