mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 01:17:27 -08:00
dev-ruby/warden: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
ca3d5337de
commit
99544e55bb
@ -1,8 +1,8 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
USE_RUBY="ruby31 ruby32 ruby33"
|
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
|
||||||
|
|
||||||
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
|
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
|
||||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||||
@ -17,9 +17,9 @@ SRC_URI="https://github.com/wardencommunity/warden/archive/v${PV}.tar.gz -> ${P}
|
|||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
ruby_add_rdepend ">=dev-ruby/rack-2.0.9:*"
|
ruby_add_rdepend ">=dev-ruby/rack-2.0.9:*"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user