diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-09-09 04:40:24 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-09-09 04:40:24 +0000 |
commit | b84b3ddbd002f658501e4d6e49f0751c4915863b (patch) | |
tree | 6a4a7ff16928d3e3a1d46c385f994395802c5881 /x11-misc | |
parent | fix bug 522258, 522260, thanks @hasufell (diff) | |
download | gentoo-2-b84b3ddbd002f658501e4d6e49f0751c4915863b.tar.gz gentoo-2-b84b3ddbd002f658501e4d6e49f0751c4915863b.tar.bz2 gentoo-2-b84b3ddbd002f658501e4d6e49f0751c4915863b.zip |
Add py3.4 support
(Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/redshift/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/redshift/redshift-1.9.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
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 <patrick@gentoo.org> redshift-1.9.1.ebuild: + Add py3.4 support 06 Sep 2014; Sebastian Pipping <sping@gentoo.org> 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 |