diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 02:56:52 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 02:56:52 +0000 |
commit | 5fd2399d41e15dc10365d5328ab5245c04474f21 (patch) | |
tree | c699e75aa24ddca9a3686219255c9ba1c826a682 /media-libs/mesa/mesa-6.5.3.ebuild | |
parent | (QA) RESTRICT clean up. (diff) | |
download | historical-5fd2399d41e15dc10365d5328ab5245c04474f21.tar.gz historical-5fd2399d41e15dc10365d5328ab5245c04474f21.tar.bz2 historical-5fd2399d41e15dc10365d5328ab5245c04474f21.zip |
(QA) RESTRICT clean up.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'media-libs/mesa/mesa-6.5.3.ebuild')
-rw-r--r-- | media-libs/mesa/mesa-6.5.3.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/media-libs/mesa/mesa-6.5.3.ebuild b/media-libs/mesa/mesa-6.5.3.ebuild index 7f83279a394a..1ea98c6ba5b1 100644 --- a/media-libs/mesa/mesa-6.5.3.ebuild +++ b/media-libs/mesa/mesa-6.5.3.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.3.ebuild,v 1.2 2007/05/13 16:15:24 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.3.ebuild,v 1.3 2007/07/02 02:56:52 peper Exp $ inherit eutils toolchain-funcs multilib flag-o-matic portability versionator @@ -41,7 +41,6 @@ IUSE="${IUSE_VIDEO_CARDS} nptl xcb" -RESTRICT="stricter" RDEPEND="dev-libs/expat x11-libs/libX11 x11-libs/libXext @@ -69,12 +68,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 |