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-9.2.5.ebuild (-6 / +6 lines)
Lines 101-106 Link Here
101
	x11-libs/libXext[${MULTILIB_USEDEP}]
101
	x11-libs/libXext[${MULTILIB_USEDEP}]
102
	x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
102
	x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
103
	>=x11-libs/libxcb-1.8.1[${MULTILIB_USEDEP}]
103
	>=x11-libs/libxcb-1.8.1[${MULTILIB_USEDEP}]
104
	llvm? (
105
		<sys-devel/llvm-3.4[${MULTILIB_USEDEP}]
106
		>=sys-devel/llvm-2.9[${MULTILIB_USEDEP}]
107
		r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
108
		video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
109
	)
104
	opencl? (
110
	opencl? (
105
				app-admin/eselect-opencl
111
				app-admin/eselect-opencl
106
				dev-libs/libclc
112
				dev-libs/libclc
Lines 127-138 Link Here
127
done
133
done
128
134
129
DEPEND="${RDEPEND}
135
DEPEND="${RDEPEND}
130
	llvm? (
131
		<sys-devel/llvm-3.4[${MULTILIB_USEDEP}]
132
		>=sys-devel/llvm-2.9[${MULTILIB_USEDEP}]
133
		r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
134
		video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
135
	)
136
	opencl? (
136
	opencl? (
137
		<sys-devel/llvm-3.4[video_cards_radeon,${MULTILIB_USEDEP}]
137
		<sys-devel/llvm-3.4[video_cards_radeon,${MULTILIB_USEDEP}]
138
		>=sys-devel/llvm-3.3-r1[video_cards_radeon,${MULTILIB_USEDEP}]
138
		>=sys-devel/llvm-3.3-r1[video_cards_radeon,${MULTILIB_USEDEP}]

Return to bug 498812