diff options
author | Tom Gall <tgall@gentoo.org> | 2006-12-22 16:07:52 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2006-12-22 16:07:52 +0000 |
commit | b4446e887126cbb641ea0720e5a89f59627dff51 (patch) | |
tree | 73c490a7f8c2f528e7c5532bbd6c3fb4ef99bf1b /x11-plugins | |
parent | Add patch to fix bug #157752 thanks to Grant McDorman for reporting; correct ... (diff) | |
download | gentoo-2-b4446e887126cbb641ea0720e5a89f59627dff51.tar.gz gentoo-2-b4446e887126cbb641ea0720e5a89f59627dff51.tar.bz2 gentoo-2-b4446e887126cbb641ea0720e5a89f59627dff51.zip |
added ~ppc64
(Portage version: 2.1.1-r2)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/noscript/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/noscript/noscript-1.1.4.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/noscript/ChangeLog b/x11-plugins/noscript/ChangeLog index aa9ea9ca348c..7a9dbabe10c7 100644 --- a/x11-plugins/noscript/ChangeLog +++ b/x11-plugins/noscript/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/noscript # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.8 2006/12/17 14:07:59 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/ChangeLog,v 1.9 2006/12/22 16:07:52 tgall Exp $ + + 22 Dec 2006; Tom Gall <tgall@gentoo.org> + noscript-1.1.4.5.ebuild: + added ~ppc64 *noscript-1.1.4.5.061206 (17 Dec 2006) diff --git a/x11-plugins/noscript/noscript-1.1.4.5.ebuild b/x11-plugins/noscript/noscript-1.1.4.5.ebuild index 894de198d84e..d2c69b80e704 100644 --- a/x11-plugins/noscript/noscript-1.1.4.5.ebuild +++ b/x11-plugins/noscript/noscript-1.1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.1.4.5.ebuild,v 1.7 2006/11/12 03:29:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/noscript/noscript-1.1.4.5.ebuild,v 1.8 2006/12/22 16:07:52 tgall Exp $ inherit mozextension multilib @@ -8,7 +8,7 @@ DESCRIPTION="Firefox plugin to disable javascript" HOMEPAGE="https://addons.mozilla.org/firefox/722/ http://noscript.net/" SRC_URI="http://releases.mozilla.org/pub/mozilla.org/extensions/noscript/${P}-fx+fl+mz+zm.xpi" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" |