diff options
author | 2007-07-30 07:40:08 +0000 | |
---|---|---|
committer | 2007-07-30 07:40:08 +0000 | |
commit | 48227a305a48601d4a0b7e12b13275645f6dfbdc (patch) | |
tree | 4faf8837b456309195e02e2369c80a335142bd11 /media-libs/mesa/mesa-6.5.2-r1.ebuild | |
parent | stable x86, bug 185631 (diff) | |
download | gentoo-2-48227a305a48601d4a0b7e12b13275645f6dfbdc.tar.gz gentoo-2-48227a305a48601d4a0b7e12b13275645f6dfbdc.tar.bz2 gentoo-2-48227a305a48601d4a0b7e12b13275645f6dfbdc.zip |
Move eselect-opengl into DEPEND only, so it can be uninstalled later.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'media-libs/mesa/mesa-6.5.2-r1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-6.5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-6.5.2-r1.ebuild b/media-libs/mesa/mesa-6.5.2-r1.ebuild index 5ac6d7a28669..6668c1df2d6e 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.11 2007/07/02 13:49:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.12 2007/07/30 07:40:08 dberkholz Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability @@ -45,7 +45,6 @@ RDEPEND="dev-libs/expat x11-libs/libXmu >=x11-libs/libdrm-2.2 x11-libs/libICE - app-admin/eselect-opengl motif? ( virtual/motif ) doc? ( app-doc/opengl-manpages ) !<=x11-base/xorg-x11-6.9 @@ -55,6 +54,7 @@ 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 |