summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-06-25 23:52:13 +0000
committerMark Guertin <gerk@gentoo.org>2002-06-25 23:52:13 +0000
commit3dc250dd0339f193f27dd0ccc23831667fd0da13 (patch)
tree4bdaf9dc3060ccc3c88ba535493945dd74f3ca64 /kde-base/kdeaddons
parentAdjusted svgalib dep to work in USE setting (diff)
downloadgentoo-2-3dc250dd0339f193f27dd0ccc23831667fd0da13.tar.gz
gentoo-2-3dc250dd0339f193f27dd0ccc23831667fd0da13.tar.bz2
gentoo-2-3dc250dd0339f193f27dd0ccc23831667fd0da13.zip
Adjusted svgalib dep to work in USE setting
Diffstat (limited to 'kde-base/kdeaddons')
-rw-r--r--kde-base/kdeaddons/ChangeLog4
-rw-r--r--kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kdeaddons/ChangeLog b/kde-base/kdeaddons/ChangeLog
index fba05d55a63f..8f962333b6b6 100644
--- a/kde-base/kdeaddons/ChangeLog
+++ b/kde-base/kdeaddons/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for kde-base/kdeaddons
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/ChangeLog,v 1.7 2002/06/25 23:51:36 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/ChangeLog,v 1.8 2002/06/25 23:52:13 gerk Exp $
25 June 2002; Mark Guertin <gerk@gentoo.org> changelog:
@@ -9,7 +9,7 @@
against it. have seen this in PPC land before as well, If kdelibs is
built with svgalib (or any other lib) linked and you remove it you will run
into same problem if you don't rebuild the kdelibs after removing.
-
+ Closes bug #4111
10 Jun 2002; Dan Armak <danarmak@gentoo.org> changelog:
diff --git a/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild b/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild
index 512c9d12a924..f683c1227f83 100644
--- a/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild
+++ b/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.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/kdeaddons/kdeaddons-3.0.1.20020604.ebuild,v 1.3 2002/06/10 19:56:29 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaddons/kdeaddons-3.0.1.20020604.ebuild,v 1.4 2002/06/25 23:51:36 gerk Exp $
inherit kde-patch kde-dist || die
@@ -11,7 +11,7 @@ newdepend ">=kde-base/kdebase-${PV}
>=kde-base/kdenetwork-${PV}
>=kde-base/kdemultimedia-${PV}
sdl? ( >=media-libs/libsdl-1.2 )
- media-libs/svgalib"
+ svga? ( media-libs/svgalib )"
use sdl && myconf="$myconf --with-sdl --with-sdl-prefix=/usr" || myconf="$myconf --without-sdl --disable-sdltest"