diff options
author | Sam James <sam@gentoo.org> | 2024-10-06 12:50:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-06 12:50:32 +0100 |
commit | f9b3d9b506347c8957421fd18ff0db246cce4e54 (patch) | |
tree | b1a0250571dcfe33e9f6757791b8a03d3e8f1c42 /dev-ruby/hashdiff | |
parent | dev-ruby/docile: Stabilize 1.4.1 amd64, #941035 (diff) | |
download | gentoo-f9b3d9b506347c8957421fd18ff0db246cce4e54.tar.gz gentoo-f9b3d9b506347c8957421fd18ff0db246cce4e54.tar.bz2 gentoo-f9b3d9b506347c8957421fd18ff0db246cce4e54.zip |
dev-ruby/hashdiff: Stabilize 1.1.1-r1 amd64, #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 20c8cf192e58..49797a418536 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__/"."/' \ |