diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-24 07:01:29 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-24 08:01:46 +0100 |
commit | 55f988c4c230c5e616197756930703392ea7d58a (patch) | |
tree | 8f7cde288d5b11d8c44d4c1e83bd8bb580684916 /app-mobilephone/obexftp | |
parent | dev-ruby/test-unit: cleanup (diff) | |
download | gentoo-55f988c4c230c5e616197756930703392ea7d58a.tar.gz gentoo-55f988c4c230c5e616197756930703392ea7d58a.tar.bz2 gentoo-55f988c4c230c5e616197756930703392ea7d58a.zip |
app-mobilephone/obexftp: add ruby23
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-mobilephone/obexftp')
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild index 75435dde82e0..d5746a637f68 100644 --- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -USE_RUBY="ruby21 ruby22" +USE_RUBY="ruby22 ruby23" inherit cmake-utils python-single-r1 python-utils-r1 ruby-single eutils multilib |