diff options
author | Sam James <sam@gentoo.org> | 2023-03-31 05:12:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-31 18:59:36 +0100 |
commit | 3ed3cc1af81392ba3d3db2c92720964511baefd3 (patch) | |
tree | 02130bd1705fc4611691da69a2240cc11a7e6c46 /dev-ruby/little-plugger | |
parent | dev-ruby/strptime: enable ruby32, fix tests (diff) | |
download | gentoo-3ed3cc1af81392ba3d3db2c92720964511baefd3.tar.gz gentoo-3ed3cc1af81392ba3d3db2c92720964511baefd3.tar.bz2 gentoo-3ed3cc1af81392ba3d3db2c92720964511baefd3.zip |
dev-ruby/little-plugger: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/little-plugger')
-rw-r--r-- | dev-ruby/little-plugger/little-plugger-1.1.4-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/little-plugger/little-plugger-1.1.4-r1.ebuild b/dev-ruby/little-plugger/little-plugger-1.1.4-r1.ebuild index 172e92a78f34..82759e1edf6d 100644 --- a/dev-ruby/little-plugger/little-plugger-1.1.4-r1.ebuild +++ b/dev-ruby/little-plugger/little-plugger-1.1.4-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" @@ -14,7 +14,6 @@ inherit ruby-fakegem DESCRIPTION="Module that provides Gem based plugin management" HOMEPAGE="https://github.com/TwP/little-plugger" -IUSE="test" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" |