diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-08-23 22:21:44 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-08-23 22:21:44 +0000 |
commit | f7ac11c8ab7cbe07ba8d78d8ef7a12ec304f69dd (patch) | |
tree | 41cf2336d5c582e5b62f3e6c36651d93058f2fe2 /www-client/icecat | |
parent | Version bump and merging of live/release ebuilds. (diff) | |
download | gentoo-2-f7ac11c8ab7cbe07ba8d78d8ef7a12ec304f69dd.tar.gz gentoo-2-f7ac11c8ab7cbe07ba8d78d8ef7a12ec304f69dd.tar.bz2 gentoo-2-f7ac11c8ab7cbe07ba8d78d8ef7a12ec304f69dd.zip |
Added ${EPREFIX} where necessary.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'www-client/icecat')
-rw-r--r-- | www-client/icecat/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/icecat/icecat-6.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index bd8de161bf8e..5771651a959b 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/icecat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.97 2011/08/23 19:32:15 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.98 2011/08/23 22:21:44 polynomial-c Exp $ + + 23 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> icecat-6.0.ebuild: + Added ${EPREFIX} where necessary. 23 Aug 2011; Lars Wendler <polynomial-c@gentoo.org> icecat-3.6.16-r1.ebuild, icecat-3.6.16-r2.ebuild, icecat-3.6.16-r3.ebuild: diff --git a/www-client/icecat/icecat-6.0.ebuild b/www-client/icecat/icecat-6.0.ebuild index 63540100f4f9..fcfec3b8ffef 100644 --- a/www-client/icecat/icecat-6.0.ebuild +++ b/www-client/icecat/icecat-6.0.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/www-client/icecat/icecat-6.0.ebuild,v 1.1 2011/08/22 07:57:13 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-6.0.ebuild,v 1.2 2011/08/23 22:21:44 polynomial-c Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -211,8 +211,8 @@ src_configure() { mozconfig_annotate '' --disable-official-branding mozconfig_annotate '' --with-user-appdir=.icecat - mozconfig_annotate '' --prefix=/usr - mozconfig_annotate '' --libdir=/usr/$(get_libdir) + mozconfig_annotate '' --prefix="${EPREFIX}"/usr + mozconfig_annotate '' --libdir="${EPREFIX}"/usr/$(get_libdir) mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" mozconfig_annotate '' --disable-gconf mozconfig_annotate '' --disable-mailnews |