diff options
Diffstat (limited to 'dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild')
-rw-r--r-- | dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild b/dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild index 6fe2857f3491..739d3f638528 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-2010 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.3 2010/05/14 15:55:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IPC-ShareLite/IPC-ShareLite-0.17.ebuild,v 1.4 2010/05/24 14:46:03 nixnut 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 ~x86-solaris" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-solaris" IUSE="test" DEPEND="test? ( dev-perl/Test-Pod )" |