commit: 81d6e4c953ee52e4fd1453029f42acd2fb8e83db Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Jun 12 06:48:53 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Jun 12 08:33:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d6e4c9
app-admin/ec2-ami-tools: enable ruby27 and disable ruby24, ruby25 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild index 52b06456cbec..e9a0ebb7de0e 100644 --- a/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild +++ b/app-admin/ec2-ami-tools/ec2-ami-tools-1.5.7.ebuild @@ -1,9 +1,9 @@ -# 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="ruby24 ruby25 ruby26" +USE_RUBY="ruby26 ruby27" inherit ruby-single DESCRIPTION="Command-line tools that serve as client interface to the Amazon EC2 web service"
