diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 12:38:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-04-24 12:52:10 +0200 |
commit | c4139ef0fc5261f9ebfa99b0faa1283a6a0b8aea (patch) | |
tree | 1f21dd5e370567c3383c71961b43044762d27fff /gnome-extra/nemo | |
parent | app-backup/bacula: minor maintenance release (diff) | |
download | gentoo-c4139ef0fc5261f9ebfa99b0faa1283a6a0b8aea.tar.gz gentoo-c4139ef0fc5261f9ebfa99b0faa1283a6a0b8aea.tar.bz2 gentoo-c4139ef0fc5261f9ebfa99b0faa1283a6a0b8aea.zip |
gnome-extra/nemo: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'gnome-extra/nemo')
-rw-r--r-- | gnome-extra/nemo/nemo-3.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/nemo/nemo-3.2.0.ebuild b/gnome-extra/nemo/nemo-3.2.0.ebuild index 37246757577f..acb9b63c9b0a 100644 --- a/gnome-extra/nemo/nemo-3.2.0.ebuild +++ b/gnome-extra/nemo/nemo-3.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit autotools eutils gnome2 python-any-r1 virtualx |