From b84b3ddbd002f658501e4d6e49f0751c4915863b Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Tue, 9 Sep 2014 04:40:24 +0000 Subject: Add py3.4 support (Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit) --- x11-misc/redshift/ChangeLog | 6 ++++-- x11-misc/redshift/redshift-1.9.1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'x11-misc') diff --git a/x11-misc/redshift/ChangeLog b/x11-misc/redshift/ChangeLog index d0e185dbb50c..9b8fccee7f60 100644 --- a/x11-misc/redshift/ChangeLog +++ b/x11-misc/redshift/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/redshift # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.25 2014/09/06 18:52:51 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.26 2014/09/09 04:40:24 patrick Exp $ + + 09 Sep 2014; Patrick Lauer redshift-1.9.1.ebuild: + Add py3.4 support 06 Sep 2014; Sebastian Pipping redshift-1.9-r1.ebuild: Unlock support for Python 3.4 (bug #521904) @@ -114,4 +117,3 @@ +redshift-1.4.1.ebuild: Initial commit wrt #303173 by Peter Gantner, Kacper Kowalik and Joshua Rich. - diff --git a/x11-misc/redshift/redshift-1.9.1.ebuild b/x11-misc/redshift/redshift-1.9.1.ebuild index 202aaa9de347..0f6b50d655bd 100644 --- a/x11-misc/redshift/redshift-1.9.1.ebuild +++ b/x11-misc/redshift/redshift-1.9.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2014 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.ebuild,v 1.1 2014/07/26 21:01:26 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1.ebuild,v 1.2 2014/09/09 04:40:24 patrick Exp $ EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) +PYTHON_COMPAT=( python{3_2,3_3,3_4} ) inherit autotools eutils gnome2-utils python-r1 -- cgit v1.2.3-65-gdbad