diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-03-30 17:04:32 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-03-30 17:04:32 +0000 |
commit | e1cfdb490f4a4c349cbfd8fcc5b27479e7ac0aab (patch) | |
tree | d7a655a7d4105181b5d982f3b2654aef2f687c59 /media-libs/mesa | |
parent | Stable for HPPA (bug #536786). (diff) | |
download | gentoo-2-e1cfdb490f4a4c349cbfd8fcc5b27479e7ac0aab.tar.gz gentoo-2-e1cfdb490f4a4c349cbfd8fcc5b27479e7ac0aab.tar.bz2 gentoo-2-e1cfdb490f4a4c349cbfd8fcc5b27479e7ac0aab.zip |
Move python deps back, bug 545058.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-10.5.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog index 51ba8c335033..84894d87bc13 100644 --- a/media-libs/mesa/ChangeLog +++ b/media-libs/mesa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.633 2015/03/28 19:53:47 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.634 2015/03/30 17:04:32 mattst88 Exp $ + + 30 Mar 2015; Matt Turner <mattst88@gentoo.org> mesa-10.5.2.ebuild: + Move python deps back, bug 545058. *mesa-10.5.2 (28 Mar 2015) diff --git a/media-libs/mesa/mesa-10.5.2.ebuild b/media-libs/mesa/mesa-10.5.2.ebuild index 30af76d567d9..347b301b27d3 100644 --- a/media-libs/mesa/mesa-10.5.2.ebuild +++ b/media-libs/mesa/mesa-10.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v 1.1 2015/03/28 19:53:47 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v 1.2 2015/03/30 17:04:32 mattst88 Exp $ EAPI=5 @@ -154,12 +154,12 @@ DEPEND="${RDEPEND} >=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}] >=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}] >=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}] + ${PYTHON_DEPS} + $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") " [[ ${PV} == "9999" ]] && DEPEND+=" sys-devel/bison sys-devel/flex - ${PYTHON_DEPS} - $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") " S="${WORKDIR}/${MY_P}" |