diff options
author | Torsten Veller <tove@gentoo.org> | 2009-08-25 10:57:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-08-25 10:57:01 +0000 |
commit | f0acd8f2392cc74d6f259385b6fec5e48d609012 (patch) | |
tree | a101d65f39b052e5f28048b2794ddba217128813 /virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.ebuild | |
parent | Renamed xfce4-battery and xfce4-cellmodem. (diff) | |
download | gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.tar.gz gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.tar.bz2 gentoo-2-f0acd8f2392cc74d6f259385b6fec5e48d609012.zip |
Add support for perl-5.10.1
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.ebuild')
-rw-r--r-- | virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.ebuild b/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.ebuild index 468daf785a70..545cd6c96ce1 100644 --- a/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.ebuild +++ b/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.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/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.ebuild,v 1.1 2009/03/07 10:14:52 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Text-Tabs+Wrap/perl-Text-Tabs+Wrap-2009.0305.ebuild,v 1.2 2009/08/25 10:57:00 tove Exp $ DESCRIPTION="Virtual for Text-Tabs+Wrap" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,4 +12,4 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="" -RDEPEND="~perl-core/Text-Tabs+Wrap-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Text-Tabs+Wrap-${PV} )" |