diff options
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/OLE-StorageLite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/OLE-StorageLite/OLE-StorageLite-0.19.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/OLE-StorageLite/ChangeLog b/dev-perl/OLE-StorageLite/ChangeLog index 56e751329f6f..17991ab39832 100644 --- a/dev-perl/OLE-StorageLite/ChangeLog +++ b/dev-perl/OLE-StorageLite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/OLE-StorageLite -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog,v 1.19 2010/09/23 08:40:38 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/ChangeLog,v 1.20 2011/08/08 20:02:36 grobian Exp $ + + 08 Aug 2011; Fabian Groffen <grobian@gentoo.org> OLE-StorageLite-0.19.ebuild: + Marked ~x64-macos 23 Sep 2010; Fabian Groffen <grobian@gentoo.org> OLE-StorageLite-0.19.ebuild: diff --git a/dev-perl/OLE-StorageLite/OLE-StorageLite-0.19.ebuild b/dev-perl/OLE-StorageLite/OLE-StorageLite-0.19.ebuild index 5b161f6e3b7f..787a30d9f8f0 100644 --- a/dev-perl/OLE-StorageLite/OLE-StorageLite-0.19.ebuild +++ b/dev-perl/OLE-StorageLite/OLE-StorageLite-0.19.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/OLE-StorageLite/OLE-StorageLite-0.19.ebuild,v 1.5 2010/09/23 08:40:38 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OLE-StorageLite/OLE-StorageLite-0.19.ebuild,v 1.6 2011/08/08 20:02:36 grobian Exp $ MODULE_AUTHOR=JMCNAMARA MY_PN=OLE-Storage_Lite @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Simple Class for OLE document interface." LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86 ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 ia64 ppc sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-lang/perl" |