commit: f863272741009daa32847b1e47abadd3e1bd353d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 29 17:31:04 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 17:31:04 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f8632727
media-libs/mesa: Re-add Python dependency that was mistakenly removed along
with libxml2.
Package-Manager: portage-2.2.10
---
media-libs/mesa/mesa-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index b69778f..79f3c4e 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -143,6 +143,7 @@ for card in ${RADEON_CARDS}; do
done
DEPEND="${RDEPEND}
+ ${PYTHON_DEPS}
llvm? (
r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )