diff options
author | Mart Raudsepp <leio@gentoo.org> | 2023-12-17 16:17:13 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2023-12-17 16:18:56 +0200 |
commit | ede0f23ec8318224a746a2e5b430f2132ef0c31a (patch) | |
tree | bf991966245f72be6b51d3c496a44fa0860fd55c /app-emacs/quilt-el | |
parent | dev-util/quilt: keyword 0.67 for ~arm64 (diff) | |
download | gentoo-ede0f23ec8318224a746a2e5b430f2132ef0c31a.tar.gz gentoo-ede0f23ec8318224a746a2e5b430f2132ef0c31a.tar.bz2 gentoo-ede0f23ec8318224a746a2e5b430f2132ef0c31a.zip |
app-emacs/quilt-el: keyword 0.66 for ~arm64
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-emacs/quilt-el')
-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 ca5fc68e75d6..590c3881c891 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-2022 Gentoo Authors +# Copyright 1999-2023 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 ~riscv sparc x86" +KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~riscv sparc x86" RDEPEND="dev-util/quilt" |