diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-04-06 10:45:48 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-04-06 10:45:48 +0000 |
commit | 3a8c4534cfdd424ad1d1535b03c1139ad274ea60 (patch) | |
tree | 9fce81f942158313b501ee1541fa82363b0f3846 /dev-perl/Gtk2-MozEmbed | |
parent | stable x86, security bug 172676 (diff) | |
download | gentoo-2-3a8c4534cfdd424ad1d1535b03c1139ad274ea60.tar.gz gentoo-2-3a8c4534cfdd424ad1d1535b03c1139ad274ea60.tar.bz2 gentoo-2-3a8c4534cfdd424ad1d1535b03c1139ad274ea60.zip |
Fixed bug #173510
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-perl/Gtk2-MozEmbed')
-rw-r--r-- | dev-perl/Gtk2-MozEmbed/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-perl/Gtk2-MozEmbed/ChangeLog b/dev-perl/Gtk2-MozEmbed/ChangeLog index 289791aec509..2e9eb491c085 100644 --- a/dev-perl/Gtk2-MozEmbed/ChangeLog +++ b/dev-perl/Gtk2-MozEmbed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Gtk2-MozEmbed # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/ChangeLog,v 1.1 2007/03/30 15:01:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/ChangeLog,v 1.2 2007/04/06 10:45:48 ian Exp $ + + 06 Apr 2007; Christian Hartmann <ian@gentoo.org> + Gtk2-MozEmbed-0.06.ebuild: + Fixed bug #173510 *Gtk2-MozEmbed-0.06 (30 Mar 2007) diff --git a/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild b/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild index 2f3012cb8114..05929ad58747 100644 --- a/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild +++ b/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild,v 1.1 2007/03/30 15:01:06 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gtk2-MozEmbed/Gtk2-MozEmbed-0.06.ebuild,v 1.2 2007/04/06 10:45:48 ian Exp $ inherit perl-module @@ -8,9 +8,7 @@ DESCRIPTION="Interface to the Mozilla embedding widget" HOMEPAGE="http://search.cpan.org/~tsch" SRC_URI="mirror://cpan/authors/id/T/TS/TSCH/${P}.tar.gz" - -IUSE="" - +IUSE="firefox" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" @@ -20,5 +18,4 @@ DEPEND=">=dev-perl/extutils-depends-0.205 >=dev-perl/extutils-pkgconfig-1.07 dev-lang/perl firefox? ( www-client/mozilla-firefox ) - !firefox? ( www-client/seamonkey ) - " + !firefox? ( www-client/seamonkey )" |