diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-26 14:54:34 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-26 14:54:34 +0000 |
commit | 91e37fccc343f09cb4c408e8020726426ebfd6fb (patch) | |
tree | d4d4eabf577cbc410e6b913681b25babac39f09e /dev-perl/Module-Find | |
parent | Marked stable on AMD64 as a dependency of www-apps/bugzilla-3.6.6 based on ar... (diff) | |
download | gentoo-2-91e37fccc343f09cb4c408e8020726426ebfd6fb.tar.gz gentoo-2-91e37fccc343f09cb4c408e8020726426ebfd6fb.tar.bz2 gentoo-2-91e37fccc343f09cb4c408e8020726426ebfd6fb.zip |
Marked stable on AMD64 as a dependency of www-apps/bugzilla-3.6.6 based on arch testing by Agostino "ago" Sarubbo in security bug #380255.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Module-Find')
-rw-r--r-- | dev-perl/Module-Find/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Module-Find/Module-Find-0.10.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Module-Find/ChangeLog b/dev-perl/Module-Find/ChangeLog index 86bb4fbfa4e5..4b621c583893 100644 --- a/dev-perl/Module-Find/ChangeLog +++ b/dev-perl/Module-Find/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Module-Find -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/ChangeLog,v 1.7 2010/06/11 06:05:37 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/ChangeLog,v 1.8 2011/08/26 14:54:34 chainsaw Exp $ + + 26 Aug 2011; Tony Vroon <chainsaw@gentoo.org> Module-Find-0.10.ebuild: + Marked stable on AMD64 as a dependency of www-apps/bugzilla-3.6.6 based on + arch testing by Agostino "ago" Sarubbo in security bug #380255. 11 Jun 2010; Torsten Veller <tove@gentoo.org> -Module-Find-0.08.ebuild: Cleanup diff --git a/dev-perl/Module-Find/Module-Find-0.10.ebuild b/dev-perl/Module-Find/Module-Find-0.10.ebuild index 1456f4f9aa81..b2623362ae6a 100644 --- a/dev-perl/Module-Find/Module-Find-0.10.ebuild +++ b/dev-perl/Module-Find/Module-Find-0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/Module-Find-0.10.ebuild,v 1.1 2010/03/03 19:20:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/Module-Find-0.10.ebuild,v 1.2 2011/08/26 14:54:34 chainsaw Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Find and use installed modules in a (sub)category" SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-solaris" +KEYWORDS="amd64 ~x86 ~x86-solaris" IUSE="test" RDEPEND="" |