diff options
Diffstat (limited to 'media-libs/mesa/mesa-6.5.2-r1.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-6.5.2-r1.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/media-libs/mesa/mesa-6.5.2-r1.ebuild b/media-libs/mesa/mesa-6.5.2-r1.ebuild index 6e500f7f7153..dded0124ca4f 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.9 2007/06/24 22:01:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.10 2007/07/02 02:56:52 peper Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability @@ -37,7 +37,6 @@ IUSE="${IUSE_VIDEO_CARDS} nptl xcb" -RESTRICT="stricter" RDEPEND="dev-libs/expat x11-libs/libX11 x11-libs/libXext @@ -65,12 +64,6 @@ S="${WORKDIR}/${MY_P}" # Think about: ggi, svga, fbcon, no-X configs -if use debug; then - if ! has splitdebug ${FEATURES}; then - RESTRICT="${RESTRICT} nostrip" - fi -fi - pkg_setup() { if use xcb; then if ! built_with_use x11-libs/libX11 xcb; then |