diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-09-13 11:58:22 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-09-13 11:58:22 +0000 |
commit | 6dea6570df9c3d50758c4253ed750c18cd170247 (patch) | |
tree | dacc56f0f74bd1fa41aa0e20048dbf2b6f8ab2e8 /www-client | |
parent | Don't change the MOZLIBDIR with every minor release, keep it the same as the ... (diff) | |
download | gentoo-2-6dea6570df9c3d50758c4253ed750c18cd170247.tar.gz gentoo-2-6dea6570df9c3d50758c4253ed750c18cd170247.tar.bz2 gentoo-2-6dea6570df9c3d50758c4253ed750c18cd170247.zip |
Don't change the MOZLIBDIR with every minor release, keep it the same as the mozilla branch name (seems to break devhelp-0.21* too)
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla-firefox/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/www-client/mozilla-firefox/ChangeLog b/www-client/mozilla-firefox/ChangeLog index 60f8e5b53a0d..c5166f8f19fd 100644 --- a/www-client/mozilla-firefox/ChangeLog +++ b/www-client/mozilla-firefox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/mozilla-firefox # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.550 2009/09/11 20:35:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.551 2009/09/13 11:58:22 nirbheek Exp $ + + 13 Sep 2009; Nirbheek Chauhan <nirbheek@gentoo.org> + mozilla-firefox-3.5.3.ebuild: + Don't change the MOZLIBDIR with every minor release, keep it the same as + the mozilla branch name (seems to break devhelp-0.21* too) 11 Sep 2009; Markus Meier <maekke@gentoo.org> mozilla-firefox-3.0.14.ebuild: diff --git a/www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild b/www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild index 1293fb389af9..8605af104ee7 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild,v 1.1 2009/09/11 12:52:38 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.5.3.ebuild,v 1.2 2009/09/13 11:58:22 nirbheek Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -13,6 +13,7 @@ ru si sk sl sq sr sv-SE ta-LK ta te th tr uk vi zh-CN zh-TW" NOSHORTLANGS="en-GB es-AR es-CL es-MX pt-BR zh-CN zh-TW" XUL_PV="1.9.1.3" +MAJ_XUL_PV="1.9.1" MAJ_PV="${PV/_*/}" # Without the _rc and _beta stuff DESKTOP_PV="3.5" MY_PV="${PV/_beta/b}" # Handle betas for SRC_URI @@ -190,7 +191,7 @@ src_configure() { mozconfig_annotate '' --enable-system-lcms mozconfig_annotate '' --with-system-bz2 mozconfig_annotate '' --with-system-libxul - mozconfig_annotate '' --with-libxul-sdk=/usr/$(get_libdir)/xulrunner-devel-${XUL_PV} + mozconfig_annotate '' --with-libxul-sdk=/usr/$(get_libdir)/xulrunner-devel-${MAJ_XUL_PV} # IUSE mozdevelop mozconfig_use_enable mozdevelop jsd |