diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 12:11:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 12:11:54 +0100 |
commit | 74cc83efa7f028a07b4be6c7bd2868f96404a9ed (patch) | |
tree | b3f8e1ef9c5583350746f58c444f6d87c9e94c5b /dev-ruby/hashdiff | |
parent | dev-ruby/docile: Stabilize 1.4.1 x86, #941035 (diff) | |
download | gentoo-74cc83efa7f028a07b4be6c7bd2868f96404a9ed.tar.gz gentoo-74cc83efa7f028a07b4be6c7bd2868f96404a9ed.tar.bz2 gentoo-74cc83efa7f028a07b4be6c7bd2868f96404a9ed.zip |
dev-ruby/hashdiff: Stabilize 1.1.1-r1 x86, #941036
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/hashdiff')
-rw-r--r-- | dev-ruby/hashdiff/hashdiff-1.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/hashdiff/hashdiff-1.1.1-r1.ebuild b/dev-ruby/hashdiff/hashdiff-1.1.1-r1.ebuild index 59620081931b..36b74ee960cd 100644 --- a/dev-ruby/hashdiff/hashdiff-1.1.1-r1.ebuild +++ b/dev-ruby/hashdiff/hashdiff-1.1.1-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/liufengyun/hashdiff/archive/refs/tags/v${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" all_ruby_prepare() { sed -e 's/__dir__/"."/' \ |