diff options
author | Violet Purcell <vimproved@inventati.org> | 2023-07-07 21:44:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-09 03:07:46 +0100 |
commit | d9367841216769db497b06b1f76a69114f668bbf (patch) | |
tree | 2522865023b1b2e43843ccc72d1993bd74aad962 /dev-ruby/rake | |
parent | app-emulation/virt-manager: fix indentation (diff) | |
download | gentoo-d9367841216769db497b06b1f76a69114f668bbf.tar.gz gentoo-d9367841216769db497b06b1f76a69114f668bbf.tar.bz2 gentoo-d9367841216769db497b06b1f76a69114f668bbf.zip |
dev-ruby/rake: Change app-arch/gzip dependency to app-alternatives/gzip
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Closes: https://github.com/gentoo/gentoo/pull/31795
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rake')
-rw-r--r-- | dev-ruby/rake/rake-13.0.6-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |