diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:29:00 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 12:53:55 +0100 |
commit | c9634e684aed83ebcffd27d6402db26614ca2602 (patch) | |
tree | b526331ef4a5c7bbc161d232ce030fd9126cf05b /app-mobilephone | |
parent | app-mobilephone/adb-sync: Remove py2 (diff) | |
download | gentoo-c9634e684aed83ebcffd27d6402db26614ca2602.tar.gz gentoo-c9634e684aed83ebcffd27d6402db26614ca2602.tar.bz2 gentoo-c9634e684aed83ebcffd27d6402db26614ca2602.zip |
app-mobilephone/obexftp: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/obexftp/obexftp-0.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild index ba779f3b1004..d1c6caa1ca70 100644 --- a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild +++ b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) USE_RUBY="ruby23 ruby24 ruby25" inherit cmake-utils python-single-r1 ruby-single |