diff options
author | 2010-02-26 10:28:33 +0000 | |
---|---|---|
committer | 2010-02-26 10:28:33 +0000 | |
commit | 81102019893f1c970a33f05e611244a118eb41f6 (patch) | |
tree | 0353de96a68881c552897b7a80eeed6df6cc8421 /www-client/conkeror | |
parent | New version of NetworkManager (0.8) is officially out! (diff) | |
download | gentoo-2-81102019893f1c970a33f05e611244a118eb41f6.tar.gz gentoo-2-81102019893f1c970a33f05e611244a118eb41f6.tar.bz2 gentoo-2-81102019893f1c970a33f05e611244a118eb41f6.zip |
prepare for Prefix support and keyword ~x86-linux and ~amd64-linux, thanks to Chetan Reddy <chetanreddy AT gmail DOT com> in bug 301815
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'www-client/conkeror')
-rw-r--r-- | www-client/conkeror/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/conkeror/conkeror-0.9.1.ebuild | 8 |
2 files changed, 12 insertions, 3 deletions
diff --git a/www-client/conkeror/ChangeLog b/www-client/conkeror/ChangeLog index 62aa888237b2..1c6a98a61e3e 100644 --- a/www-client/conkeror/ChangeLog +++ b/www-client/conkeror/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/conkeror # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.8 2010/02/04 16:57:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/ChangeLog,v 1.9 2010/02/26 10:28:33 fauli Exp $ + + 26 Feb 2010; Christian Faulhammer <fauli@gentoo.org> + conkeror-0.9.1.ebuild: + prepare for Prefix support and keyword ~x86-linux and ~amd64-linux, thanks + to Chetan Reddy <chetanreddy AT gmail DOT com> in bug 301815 04 Feb 2010; Markos Chandras <hwoarang@gentoo.org> conkeror-0.9.1.ebuild: Stable on amd64 wrt bug #299203 diff --git a/www-client/conkeror/conkeror-0.9.1.ebuild b/www-client/conkeror/conkeror-0.9.1.ebuild index 120fa9d54a49..8ce950fcb1bb 100644 --- a/www-client/conkeror/conkeror-0.9.1.ebuild +++ b/www-client/conkeror/conkeror-0.9.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-0.9.1.ebuild,v 1.4 2010/02/04 16:57:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/conkeror/conkeror-0.9.1.ebuild,v 1.5 2010/02/26 10:28:33 fauli Exp $ + +EAPI=3 inherit eutils fdo-mime @@ -13,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" @@ -46,6 +48,8 @@ src_install() { doman contrib/man/conkeror.1 || die dodoc CREDITS || die + # Use the XULRunner found in the Prefix, not the system's one + sed -e "s:/etc/gre.d:\"${EPREFIX}/etc/gre.d\":g" -i "${ED}"/usr/lib/conkeror/contrib/run-conkeror || die } pkg_postinst() { |