diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-27 03:14:25 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-27 03:14:25 +0000 |
commit | 4773f955da0ae03c634eb0e47ca08daed6d99e1c (patch) | |
tree | 6e2f5526faf643834b082a9125c0ab673fbce812 /x11-misc/arandr | |
parent | Apply patch to fix build errors with recent versions of ffmpeg (fixes bug #28... (diff) | |
download | gentoo-2-4773f955da0ae03c634eb0e47ca08daed6d99e1c.tar.gz gentoo-2-4773f955da0ae03c634eb0e47ca08daed6d99e1c.tar.bz2 gentoo-2-4773f955da0ae03c634eb0e47ca08daed6d99e1c.zip |
Fix python depend to >= 2.5 wrt #342865 by James Rowe.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/arandr')
-rw-r--r-- | x11-misc/arandr/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/arandr/arandr-0.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/arandr/ChangeLog b/x11-misc/arandr/ChangeLog index c66e64fd6bf0..08d48ac07cf4 100644 --- a/x11-misc/arandr/ChangeLog +++ b/x11-misc/arandr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/arandr # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/ChangeLog,v 1.1 2010/10/26 16:01:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/ChangeLog,v 1.2 2010/10/27 03:14:25 ssuominen Exp $ + + 27 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> arandr-0.1.3.ebuild: + Fix python depend to >= 2.5 wrt #342865 by James Rowe. *arandr-0.1.3 (26 Oct 2010) diff --git a/x11-misc/arandr/arandr-0.1.3.ebuild b/x11-misc/arandr/arandr-0.1.3.ebuild index 366c981fd2b6..d850ab10901b 100644 --- a/x11-misc/arandr/arandr-0.1.3.ebuild +++ b/x11-misc/arandr/arandr-0.1.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/arandr-0.1.3.ebuild,v 1.1 2010/10/26 16:01:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/arandr-0.1.3.ebuild,v 1.2 2010/10/27 03:14:25 ssuominen Exp $ EAPI=3 -PYTHON_DEPEND="2" +PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" |