diff options
author | 2024-07-18 21:26:27 +0200 | |
---|---|---|
committer | 2024-07-18 21:26:27 +0200 | |
commit | 9278af613240ed888fc3c6c5c7b4b5bb1767f2e7 (patch) | |
tree | 28d900ae476bd19acd942688949643a416789629 /dev-ruby/strscan | |
parent | dev-python/urllib3: marked ~arm64-macos, ~x64-macos, ~x64-solaris (diff) | |
download | gentoo-9278af613240ed888fc3c6c5c7b4b5bb1767f2e7.tar.gz gentoo-9278af613240ed888fc3c6c5c7b4b5bb1767f2e7.tar.bz2 gentoo-9278af613240ed888fc3c6c5c7b4b5bb1767f2e7.zip |
dev-ruby/strscan: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-ruby/strscan')
-rw-r--r-- | dev-ruby/strscan/strscan-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/strscan/strscan-3.1.0.ebuild b/dev-ruby/strscan/strscan-3.1.0.ebuild index cb8dff84588d..983dedec9579 100644 --- a/dev-ruby/strscan/strscan-3.1.0.ebuild +++ b/dev-ruby/strscan/strscan-3.1.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/ruby/strscan" SRC_URI="https://github.com/ruby/strscan/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" SLOT="$(ver_cut 1)" IUSE="test" |