Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498812 | Differences between
and this patch

Collapse All | Expand All

(-)mesa-10.0.2.ebuild (-5 / +5 lines)
Lines 100-105 Link Here
100
	x11-libs/libXext[${MULTILIB_USEDEP}]
100
	x11-libs/libXext[${MULTILIB_USEDEP}]
101
	x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
101
	x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
102
	>=x11-libs/libxcb-1.9.2[${MULTILIB_USEDEP}]
102
	>=x11-libs/libxcb-1.9.2[${MULTILIB_USEDEP}]
103
	llvm? (
104
		>=sys-devel/llvm-2.9[${MULTILIB_USEDEP}]
105
		r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
106
		video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
107
	)
103
	opencl? (
108
	opencl? (
104
				app-admin/eselect-opencl
109
				app-admin/eselect-opencl
105
				dev-libs/libclc
110
				dev-libs/libclc
Lines 122-132 Link Here
122
done
127
done
123
128
124
DEPEND="${RDEPEND}
129
DEPEND="${RDEPEND}
125
	llvm? (
126
		>=sys-devel/llvm-2.9[${MULTILIB_USEDEP}]
127
		r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
128
		video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
129
	)
130
	opencl? (
130
	opencl? (
131
				>=sys-devel/llvm-3.3-r1[video_cards_radeon,${MULTILIB_USEDEP}]
131
				>=sys-devel/llvm-3.3-r1[video_cards_radeon,${MULTILIB_USEDEP}]
132
				>=sys-devel/clang-3.3[${MULTILIB_USEDEP}]
132
				>=sys-devel/clang-3.3[${MULTILIB_USEDEP}]

Return to bug 498812