diff options
author | 2007-11-14 06:18:41 +0000 | |
---|---|---|
committer | 2007-11-14 06:18:41 +0000 | |
commit | 52a320b19b7e86aee7a39bdec0afee7dc1655e81 (patch) | |
tree | 581510ec7526855a32ca97b6653ce157883630db /media-libs/mesa/mesa-6.5.2-r1.ebuild | |
parent | disable test suite when emerging with USE=wxwindows, see bug 197417, reported... (diff) | |
download | gentoo-2-52a320b19b7e86aee7a39bdec0afee7dc1655e81.tar.gz gentoo-2-52a320b19b7e86aee7a39bdec0afee7dc1655e81.tar.bz2 gentoo-2-52a320b19b7e86aee7a39bdec0afee7dc1655e81.zip |
Add eselect-opengl to RDEPEND since having it in DEPEND alone will not
pull it in for binary packages. If the postinst `eselect opengl` call fails
then it can lead to build errors later, as reported by release engineering.
(Portage version: 2.2_pre8499)
Diffstat (limited to 'media-libs/mesa/mesa-6.5.2-r1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-6.5.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/mesa/mesa-6.5.2-r1.ebuild b/media-libs/mesa/mesa-6.5.2-r1.ebuild index 6f2d36f2f26b..60e44f456979 100644 --- a/media-libs/mesa/mesa-6.5.2-r1.ebuild +++ b/media-libs/mesa/mesa-6.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.17 2007/11/11 20:38:43 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.18 2007/11/14 06:18:41 zmedico Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability @@ -38,7 +38,8 @@ IUSE="${IUSE_VIDEO_CARDS} xcb kernel_FreeBSD" -RDEPEND="dev-libs/expat +RDEPEND="app-admin/eselect-opengl + dev-libs/expat x11-libs/libX11 x11-libs/libXext x11-libs/libXxf86vm @@ -55,7 +56,6 @@ DEPEND="${RDEPEND} x11-misc/makedepend x11-proto/inputproto x11-proto/xextproto - app-admin/eselect-opengl !hppa? ( x11-proto/xf86driproto ) x11-proto/xf86vidmodeproto >=x11-proto/glproto-1.4.8 |