diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-03-24 13:46:08 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-03-26 17:45:37 +0100 |
commit | f8a8474c4fe2f9b5acc851fd211b9a851505f6fd (patch) | |
tree | a23e7abcdf2863db5fb963af20f0614c26b33b71 /x11-misc/mugshot | |
parent | sys-apps/onerng: drop python3.4 support. (diff) | |
download | gentoo-f8a8474c4fe2f9b5acc851fd211b9a851505f6fd.tar.gz gentoo-f8a8474c4fe2f9b5acc851fd211b9a851505f6fd.tar.bz2 gentoo-f8a8474c4fe2f9b5acc851fd211b9a851505f6fd.zip |
x11-misc/mugshot: drop python3.4 support.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'x11-misc/mugshot')
-rw-r--r-- | x11-misc/mugshot/mugshot-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/mugshot/mugshot-0.4.1.ebuild b/x11-misc/mugshot/mugshot-0.4.1.ebuild index d66aae8136da..ca234d9d97cc 100644 --- a/x11-misc/mugshot/mugshot-0.4.1.ebuild +++ b/x11-misc/mugshot/mugshot-0.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 eapi7-ver gnome2-utils |