summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2006-05-10 12:40:13 +0000
committerCaleb Tennis <caleb@gentoo.org>2006-05-10 12:40:13 +0000
commitfcdde4fa1e9d8be3e2b2582464a1b446bb01adae (patch)
treed41513a597b050758937c9e69fbf9a78558088a3
parentFix for bug #132710 (diff)
downloadgentoo-2-fcdde4fa1e9d8be3e2b2582464a1b446bb01adae.tar.gz
gentoo-2-fcdde4fa1e9d8be3e2b2582464a1b446bb01adae.tar.bz2
gentoo-2-fcdde4fa1e9d8be3e2b2582464a1b446bb01adae.zip
Remove exported LIBXML vars per bug #124648
(Portage version: 2.1_pre10-r5)
-rw-r--r--kde-base/quanta/ChangeLog5
-rw-r--r--kde-base/quanta/quanta-3.5.2.ebuild5
2 files changed, 5 insertions, 5 deletions
diff --git a/kde-base/quanta/ChangeLog b/kde-base/quanta/ChangeLog
index f626e0426382..198c7c870638 100644
--- a/kde-base/quanta/ChangeLog
+++ b/kde-base/quanta/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/quanta
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.42 2006/04/06 03:23:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/ChangeLog,v 1.43 2006/05/10 12:40:13 caleb Exp $
+
+ 10 May 2006; Caleb Tennis <caleb@gentoo.org> quanta-3.5.2.ebuild:
+ Remove exported LIBXML vars per bug #124648
06 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> -quanta-3.5.0.ebuild,
-quanta-3.5.1.ebuild:
diff --git a/kde-base/quanta/quanta-3.5.2.ebuild b/kde-base/quanta/quanta-3.5.2.ebuild
index 1b3a6fb50093..cad618d638c4 100644
--- a/kde-base/quanta/quanta-3.5.2.ebuild
+++ b/kde-base/quanta/quanta-3.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.2.ebuild,v 1.2 2006/03/28 01:19:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.5.2.ebuild,v 1.3 2006/05/10 12:40:13 caleb Exp $
KMNAME=kdewebdev
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
@@ -25,8 +25,5 @@ KMCOMPILEONLY=lib
# TODO: check why this wasn't needed back in the monolithic ebuild
src_compile () {
myconf="--with-extra-includes=$(xml2-config --cflags | sed -e 's:^-I::')"
-
- export LIBXML_LIBS="`xml2-config --libs`"
- export LIBXSLT_LIBS="`xslt-config --libs`"
kde-meta_src_compile
}