diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-25 17:07:46 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-25 17:07:46 +0000 |
commit | bf0b14e0e3b3fb3bddf9731286d5f20021e59fe6 (patch) | |
tree | 65338574cb762b83b40192c03297837599f90147 /kde-base | |
parent | Set RDEPEND before need-kde. (diff) | |
download | historical-bf0b14e0e3b3fb3bddf9731286d5f20021e59fe6.tar.gz historical-bf0b14e0e3b3fb3bddf9731286d5f20021e59fe6.tar.bz2 historical-bf0b14e0e3b3fb3bddf9731286d5f20021e59fe6.zip |
Remove sed from global scope.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/quanta/Manifest | 2 | ||||
-rw-r--r-- | kde-base/quanta/quanta-3.4.0_beta1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/quanta/Manifest b/kde-base/quanta/Manifest index 87f8c8b2e869..da19dff13dde 100644 --- a/kde-base/quanta/Manifest +++ b/kde-base/quanta/Manifest @@ -1,4 +1,4 @@ MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 MD5 7563a056ab9f458f4cdc4e554d7bc4a9 ChangeLog 440 -MD5 f201a48e2743f30ef0a8c77cfbbef074 quanta-3.4.0_beta1.ebuild 1068 +MD5 8cf3827e621591e73f1cb46b043cf8ec quanta-3.4.0_beta1.ebuild 1069 MD5 07dc9f44e293d1ac9c7b66b68f28492f files/digest-quanta-3.4.0_beta1 219 diff --git a/kde-base/quanta/quanta-3.4.0_beta1.ebuild b/kde-base/quanta/quanta-3.4.0_beta1.ebuild index 20073b2cc7d2..43cf31936879 100644 --- a/kde-base/quanta/quanta-3.4.0_beta1.ebuild +++ b/kde-base/quanta/quanta-3.4.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.4.0_beta1.ebuild,v 1.2 2005/01/16 17:21:07 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.4.0_beta1.ebuild,v 1.3 2005/01/25 17:07:46 greg_g Exp $ KMNAME=kdewebdev MAXKDEVER=$PV KM_DEPRANGE="$PV $MAXKDEVER" @@ -19,14 +19,14 @@ $(deprange-dual $PV $MAXKDEVER kde-base/kommander) $(deprange-dual $PV $MAXKDEVER kde-base/kxsldbg) tidy? ( app-text/htmltidy ) !app-editors/quanta" -myconf="--with-extra-includes=$(xml2-config --cflags | sed -e 's:^-I::')" 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 } - |