diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-02 08:20:08 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-02 10:57:43 +0200 |
commit | a7d0de95c5ff0f27167805c482460f61802ff57b (patch) | |
tree | 6490731bdb8e78c0bba259ee6e06343b6b0a6e38 /dev-ruby/amq-protocol | |
parent | dev-ruby/amq-protocol: drop 2.3.1 (diff) | |
download | gentoo-a7d0de95c5ff0f27167805c482460f61802ff57b.tar.gz gentoo-a7d0de95c5ff0f27167805c482460f61802ff57b.tar.bz2 gentoo-a7d0de95c5ff0f27167805c482460f61802ff57b.zip |
dev-ruby/amq-protocol: enable ruby31 and disable ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/amq-protocol')
-rw-r--r-- | dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild b/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild index 78982074f3fa..e56d6a9ac602 100644 --- a/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild +++ b/dev-ruby/amq-protocol/amq-protocol-2.3.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md" |