diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 19:46:53 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-27 19:49:08 +0200 |
commit | f757d7063ae911ab94e6e5ece8af56b3f4255395 (patch) | |
tree | 7e7b56974095cbfaaaeac2f5207347ec6a1ea7af /app-misc | |
parent | app-misc/icdiff: Support python3.6 (diff) | |
download | gentoo-f757d7063ae911ab94e6e5ece8af56b3f4255395.tar.gz gentoo-f757d7063ae911ab94e6e5ece8af56b3f4255395.tar.bz2 gentoo-f757d7063ae911ab94e6e5ece8af56b3f4255395.zip |
app-misc/solaar: Support python3.6
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/solaar/solaar-0.9.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/solaar/solaar-0.9.2-r3.ebuild b/app-misc/solaar/solaar-0.9.2-r3.ebuild index 3a89eb08958e..25e4dddc082c 100644 --- a/app-misc/solaar/solaar-0.9.2-r3.ebuild +++ b/app-misc/solaar/solaar-0.9.2-r3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 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} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 udev user linux-info gnome2-utils |