diff options
author | Jory Pratt <anarchy@gentoo.org> | 2009-10-29 03:53:09 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2009-10-29 03:53:09 +0000 |
commit | 259c4ff0965d679cc6008d0a07051b4f88d06614 (patch) | |
tree | 0c53bf37f1baf5e59f0c4741c82f3c3b314f93d6 /net-libs | |
parent | old (diff) | |
download | gentoo-2-259c4ff0965d679cc6008d0a07051b4f88d06614.tar.gz gentoo-2-259c4ff0965d679cc6008d0a07051b4f88d06614.tar.bz2 gentoo-2-259c4ff0965d679cc6008d0a07051b4f88d06614.zip |
fix typo reported by former developer gothgirl
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index d8a2e923301e..f84ca8ae1ebf 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.259 2009/10/29 00:29:10 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.260 2009/10/29 03:53:09 anarchy Exp $ + + 29 Oct 2009; Jory A. Pratt <anarchy@gentoo.org> xulrunner-1.9.1.4.ebuild: + fix typo reported by former developer gothgirl *xulrunner-1.9.1.4 (29 Oct 2009) diff --git a/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild b/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild index 798f7b5ad9f9..17a066cfbacf 100644 --- a/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.1.4.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/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild,v 1.1 2009/10/29 00:29:10 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild,v 1.2 2009/10/29 03:53:09 anarchy Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -253,7 +253,7 @@ pkg_postinst() { einfo ewarn "Please remember to rebuild your browser(s) after update to prevent an xpcom error." - ewarn "This bump is needed in order to bring iceat to the tree to replace iceweasel useflag." + ewarn "This bump is needed in order to bring icecat to the tree to replace iceweasel useflag." } pkg_postrm() { |