diff options
author | 2024-06-08 14:11:41 +0300 | |
---|---|---|
committer | 2024-06-08 14:11:41 +0300 | |
commit | 02cc63f65cba0b12554bd65bbf6f3125ed2a7c5e (patch) | |
tree | f22d3e7db6e9d32814bda0f95de0c570c41d890c /dev-ruby | |
parent | gui-apps/kanshi: add 1.7.0 (diff) | |
download | gentoo-02cc63f65cba0b12554bd65bbf6f3125ed2a7c5e.tar.gz gentoo-02cc63f65cba0b12554bd65bbf6f3125ed2a7c5e.tar.bz2 gentoo-02cc63f65cba0b12554bd65bbf6f3125ed2a7c5e.zip |
dev-ruby/contracts: Stabilize 0.17-r1 arm64, #932713
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/contracts/contracts-0.17-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/contracts/contracts-0.17-r1.ebuild b/dev-ruby/contracts/contracts-0.17-r1.ebuild index 733a91667d82..8a312636ea7a 100644 --- a/dev-ruby/contracts/contracts-0.17-r1.ebuild +++ b/dev-ruby/contracts/contracts-0.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/egonSchiele/contracts.ruby" LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" PATCHES=( "${FILESDIR}"/${P}-ruby32.patch |