diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:27:17 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:27:17 +0000 |
commit | 10895f72d73fd094de37773e04dae599fcd828c6 (patch) | |
tree | 2325b1afe838bc83970d360b872858c4a0a19862 /x11-misc/redshift/redshift-1.9.1-r2.ebuild | |
parent | Stable for HPPA (bug #545814). (diff) | |
download | gentoo-2-10895f72d73fd094de37773e04dae599fcd828c6.tar.gz gentoo-2-10895f72d73fd094de37773e04dae599fcd828c6.tar.bz2 gentoo-2-10895f72d73fd094de37773e04dae599fcd828c6.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-misc/redshift/redshift-1.9.1-r2.ebuild')
-rw-r--r-- | x11-misc/redshift/redshift-1.9.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/redshift/redshift-1.9.1-r2.ebuild b/x11-misc/redshift/redshift-1.9.1-r2.ebuild index bec3ef585ced..e115c1b6251b 100644 --- a/x11-misc/redshift/redshift-1.9.1-r2.ebuild +++ b/x11-misc/redshift/redshift-1.9.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1-r2.ebuild,v 1.1 2014/12/15 21:10:23 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1-r2.ebuild,v 1.2 2015/04/08 17:27:16 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{3_3,3_4} ) inherit systemd autotools eutils gnome2-utils python-r1 |