summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-04-20 22:18:57 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-04-20 22:18:57 +0000
commitb992b2be66bebb21011596e47204c66ae9704747 (patch)
treea4d638465f9f23c365bb44f454553c832ae55161 /kde-base
parentfixed GL dependency (#1950) (diff)
downloadhistorical-b992b2be66bebb21011596e47204c66ae9704747.tar.gz
historical-b992b2be66bebb21011596e47204c66ae9704747.tar.bz2
historical-b992b2be66bebb21011596e47204c66ae9704747.zip
reverse back to Revision 1.2
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kdeartwork/kdeartwork-3.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/kdeartwork/kdeartwork-3.0.ebuild b/kde-base/kdeartwork/kdeartwork-3.0.ebuild
index dd51a5d3a02f..0e43ca02de69 100644
--- a/kde-base/kdeartwork/kdeartwork-3.0.ebuild
+++ b/kde-base/kdeartwork/kdeartwork-3.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.ebuild,v 1.3 2002/04/20 22:14:54 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork/kdeartwork-3.0.ebuild,v 1.4 2002/04/20 22:18:57 rphillips Exp $
. /usr/portage/eclass/inherit.eclass || die
inherit kde-dist
@@ -14,6 +14,7 @@ src_compile() {
myconf="$myconf --with-dpms"
use opengl && myconf="$myconf --with-gl" || myconf="$myconf --without-gl"
+ myconf="$myconf --without-gl"
kde_src_compile configure make
}