diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-02-11 18:28:09 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-02-11 21:55:00 +0800 |
commit | c7f703641a9001e13ee1be48c39a6e4a774748a2 (patch) | |
tree | 3aa8bf2b5d722cde67da1a1cd37c004b29926ce2 /app-emacs | |
parent | dev-util/diffstat: keyword ~riscv (diff) | |
download | gentoo-c7f703641a9001e13ee1be48c39a6e4a774748a2.tar.gz gentoo-c7f703641a9001e13ee1be48c39a6e4a774748a2.tar.bz2 gentoo-c7f703641a9001e13ee1be48c39a6e4a774748a2.zip |
app-emacs/quilt-el: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.66.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/quilt-el/quilt-el-0.66.ebuild b/app-emacs/quilt-el/quilt-el-0.66.ebuild index cc5b4eed807b..ca5fc68e75d6 100644 --- a/app-emacs/quilt-el/quilt-el-0.66.ebuild +++ b/app-emacs/quilt-el/quilt-el-0.66.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="mirror://nongnu/quilt/${MY_P}.tar.gz" LICENSE="GPL-1+" SLOT="0" -KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86" +KEYWORDS="amd64 arm ~mips ppc ppc64 ~riscv sparc x86" RDEPEND="dev-util/quilt" |