diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-27 09:34:06 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-27 09:34:06 +0000 |
commit | 237384a2e0a2e14ea75167c1a863e18e545796c0 (patch) | |
tree | 620e49cf6c937e6e1c4ceb3d4d1f3b9dcb413723 /dev-lang/ekopath | |
parent | [eclass] Update eclass for KDE SC 4.7.0 (diff) | |
download | gentoo-2-237384a2e0a2e14ea75167c1a863e18e545796c0.tar.gz gentoo-2-237384a2e0a2e14ea75167c1a863e18e545796c0.tar.bz2 gentoo-2-237384a2e0a2e14ea75167c1a863e18e545796c0.zip |
Add missing LDPATH to env file
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ekopath')
-rw-r--r-- | dev-lang/ekopath/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ekopath/ChangeLog b/dev-lang/ekopath/ChangeLog index 543008da137c..8b157362dd1d 100644 --- a/dev-lang/ekopath/ChangeLog +++ b/dev-lang/ekopath/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ekopath # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.1 2011/07/25 18:25:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ChangeLog,v 1.2 2011/07/27 09:34:06 xarthisius Exp $ + + 27 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + ekopath-4.0.10_pre20110717.ebuild: + Add missing LDPATH to env file 23 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> -ekopath-4.0.10_pre20110612.ebuild, diff --git a/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild b/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild index 2d053c03a87f..c771ebc93552 100644 --- a/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild +++ b/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild,v 1.1 2011/07/25 18:25:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.10_pre20110717.ebuild,v 1.2 2011/07/27 09:34:06 xarthisius Exp $ EAPI=4 @@ -53,7 +53,7 @@ src_prepare() { cat > "99${PN}" <<-EOF PATH=/opt/${P}/bin ROOTPATH=/opt/${P}/bin - LDPATH=/opt/${P}/lib + LDPATH=/opt/${P}/lib:/opt/${P}/lib/${MY_PV}/x8664/64 EOF } |