diff options
author | 2010-03-14 09:58:00 +0000 | |
---|---|---|
committer | 2010-03-14 09:58:00 +0000 | |
commit | 8d5a8490fc4d870324b9e17c1947ca5684e726e1 (patch) | |
tree | 13f79e4543b83ec106c7cee1a210503dcff807dc /perl-core/threads-shared/threads-shared-1.33.ebuild | |
parent | Stable on amd64 wrt bug #300279 (diff) | |
download | historical-8d5a8490fc4d870324b9e17c1947ca5684e726e1.tar.gz historical-8d5a8490fc4d870324b9e17c1947ca5684e726e1.tar.bz2 historical-8d5a8490fc4d870324b9e17c1947ca5684e726e1.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'perl-core/threads-shared/threads-shared-1.33.ebuild')
-rw-r--r-- | perl-core/threads-shared/threads-shared-1.33.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/perl-core/threads-shared/threads-shared-1.33.ebuild b/perl-core/threads-shared/threads-shared-1.33.ebuild new file mode 100644 index 000000000000..271c56df4661 --- /dev/null +++ b/perl-core/threads-shared/threads-shared-1.33.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/threads-shared/threads-shared-1.33.ebuild,v 1.1 2010/03/14 09:58:00 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=JDHEDDEN +inherit perl-module + +DESCRIPTION="Extension for sharing data structures between threads" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl[ithreads] + >=virtual/perl-threads-1.71" +DEPEND="${RDEPEND}" + +SRC_TEST=do |