diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 19:26:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 19:26:18 +0000 |
commit | 899f1d4c84d479d93cab006e84b37f7d408a74fb (patch) | |
tree | d72691fc5e186d15615576778ebf5d663ae32945 /dev-perl/Module-Find | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | historical-899f1d4c84d479d93cab006e84b37f7d408a74fb.tar.gz historical-899f1d4c84d479d93cab006e84b37f7d408a74fb.tar.bz2 historical-899f1d4c84d479d93cab006e84b37f7d408a74fb.zip |
Marked ~x86-solaris, bug #296509
Package-Manager: portage-2.2.00.15134-prefix/cvs/Darwin powerpc
Diffstat (limited to 'dev-perl/Module-Find')
-rw-r--r-- | dev-perl/Module-Find/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Module-Find/Module-Find-0.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Module-Find/ChangeLog b/dev-perl/Module-Find/ChangeLog index 655eabbeec3b..fc6adf27df24 100644 --- a/dev-perl/Module-Find/ChangeLog +++ b/dev-perl/Module-Find/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Module-Find # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/ChangeLog,v 1.4 2009/10/12 11:47:34 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/ChangeLog,v 1.5 2009/12/23 19:19:16 grobian Exp $ + + 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> Module-Find-0.08.ebuild: + Marked ~x86-solaris, bug #296509 12 Oct 2009; Torsten Veller <tove@gentoo.org> -Module-Find-0.06.ebuild: Cleanup diff --git a/dev-perl/Module-Find/Module-Find-0.08.ebuild b/dev-perl/Module-Find/Module-Find-0.08.ebuild index 22a85c2f4181..3ac4d5062b30 100644 --- a/dev-perl/Module-Find/Module-Find-0.08.ebuild +++ b/dev-perl/Module-Find/Module-Find-0.08.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/dev-perl/Module-Find/Module-Find-0.08.ebuild,v 1.1 2009/09/09 10:52:16 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Find/Module-Find-0.08.ebuild,v 1.2 2009/12/23 19:19:16 grobian 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" +KEYWORDS="~amd64 ~x86 ~x86-solaris" IUSE="test" RDEPEND="" |