commit: d9367841216769db497b06b1f76a69114f668bbf Author: Violet Purcell <vimproved <AT> inventati <DOT> org> AuthorDate: Fri Jul 7 21:44:58 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 9 02:07:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9367841
dev-ruby/rake: Change app-arch/gzip dependency to app-alternatives/gzip Signed-off-by: Violet Purcell <vimproved <AT> inventati.org> Closes: https://github.com/gentoo/gentoo/pull/31795 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/rake/rake-13.0.6-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rake/rake-13.0.6-r2.ebuild b/dev-ruby/rake/rake-13.0.6-r2.ebuild index 0cd3a7152daf..dccfcd88769a 100644 --- a/dev-ruby/rake/rake-13.0.6-r2.ebuild +++ b/dev-ruby/rake/rake-13.0.6-r2.ebuild @@ -24,7 +24,7 @@ SLOT="0" 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" IUSE="doc" -DEPEND+=" app-arch/gzip" +BDEPEND+=" app-alternatives/gzip" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.8 ) doc? ( dev-ruby/rdoc )"
