diff options
author | 2003-08-03 04:45:09 +0000 | |
---|---|---|
committer | 2003-08-03 04:45:09 +0000 | |
commit | ce1ab3bcc93a84628412a0b55e84a5dfa2474620 (patch) | |
tree | 6db274aad21869bf91ec3034eae5cdefff15b7b5 /x11-base/kdrive | |
parent | added Gentoo init script, fixes bug # 23401, thanks to Michael C. Ferguson <m... (diff) | |
download | historical-ce1ab3bcc93a84628412a0b55e84a5dfa2474620.tar.gz historical-ce1ab3bcc93a84628412a0b55e84a5dfa2474620.tar.bz2 historical-ce1ab3bcc93a84628412a0b55e84a5dfa2474620.zip |
remove deprecated $DEBUG
Diffstat (limited to 'x11-base/kdrive')
-rw-r--r-- | x11-base/kdrive/kdrive-4.3.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-base/kdrive/kdrive-4.3.0.ebuild b/x11-base/kdrive/kdrive-4.3.0.ebuild index 7ad9ff66fdfe..606effc841c7 100644 --- a/x11-base/kdrive/kdrive-4.3.0.ebuild +++ b/x11-base/kdrive/kdrive-4.3.0.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/kdrive-4.3.0.ebuild,v 1.2 2003/07/18 22:57:06 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/kdrive/kdrive-4.3.0.ebuild,v 1.3 2003/08/03 04:43:30 vapier Exp $ # If you don't want to build the Xvesa server, do this. # VESA="no" emerge kdrive # Make sure Portage does _NOT_ strip symbols. We will do it later and make sure # that only we only strip stuff that are safe to strip ... -DEBUG="yes" RESTRICT="nostrip" IUSE="sse mmx 3dnow ipv6 xinerama type1 truetype fbdev" |