diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-05-10 18:48:46 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-05-10 18:53:44 +0900 |
commit | 2f37bef5fb5581aa063deab318ce093d6262496e (patch) | |
tree | cab4954b364311b2109798f3634b2ce279636cd0 /dev-db | |
parent | app-editors/hteditor: drop commented out code (diff) | |
download | gentoo-2f37bef5fb5581aa063deab318ce093d6262496e.tar.gz gentoo-2f37bef5fb5581aa063deab318ce093d6262496e.tar.bz2 gentoo-2f37bef5fb5581aa063deab318ce093d6262496e.zip |
dev-db/qdbm: update USE_RUBY
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/qdbm/qdbm-1.8.78-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild index dc3d6dfc8c02..b52dfd6dff64 100644 --- a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild +++ b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby24 ruby25 ruby26" RUBY_OPTIONAL="yes" inherit autotools flag-o-matic java-pkg-opt-2 perl-functions ruby-ng |