diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 19:09:33 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-12-23 19:09:33 +0000 |
commit | 006eb94309dcd4f46946e9f6e424e9da147b1342 (patch) | |
tree | 003e2de50d40a2b9cc7f38f10fe53339c3e1aef0 /dev-perl/IPC-ShareLite | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | historical-006eb94309dcd4f46946e9f6e424e9da147b1342.tar.gz historical-006eb94309dcd4f46946e9f6e424e9da147b1342.tar.bz2 historical-006eb94309dcd4f46946e9f6e424e9da147b1342.zip |
Marked ~x86-solaris, bug #296509
Package-Manager: portage-2.2.00.15134-prefix/cvs/Darwin powerpc
Diffstat (limited to 'dev-perl/IPC-ShareLite')
-rw-r--r-- | dev-perl/IPC-ShareLite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/IPC-ShareLite/ChangeLog b/dev-perl/IPC-ShareLite/ChangeLog index 6c8e0ca65cb4..d68ce3734363 100644 --- a/dev-perl/IPC-ShareLite/ChangeLog +++ b/dev-perl/IPC-ShareLite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/IPC-ShareLite -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.26 2009/03/13 12:45:34 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/ChangeLog,v 1.27 2009/12/23 19:07:41 grobian Exp $ + + 23 Dec 2009; Fabian Groffen <grobian@gentoo.org> + IPC-ShareLite-0.17.ebuild: + Marked ~x86-solaris, bug #296509 13 Mar 2009; Torsten Veller <tove@gentoo.org> -IPC-ShareLite-0.13.ebuild, -IPC-ShareLite-0.14.ebuild: diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild index 4db397ce8f99..645e210e9cd2 100644 --- a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild +++ b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.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/IPC-ShareLite/IPC-ShareLite-0.17.ebuild,v 1.1 2009/03/11 10:12:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild,v 1.2 2009/12/23 19:07:41 grobian Exp $ EAPI=2 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="IPC::ShareLite module for perl" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="test" DEPEND="test? ( dev-perl/Test-Pod )" |