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-Time-Local | |
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-Time-Local')
-rw-r--r-- | virtual/perl-Time-Local/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/perl-Time-Local/perl-Time-Local-1.19.01.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/virtual/perl-Time-Local/ChangeLog b/virtual/perl-Time-Local/ChangeLog index f13354215a7c..219b8f5f778b 100644 --- a/virtual/perl-Time-Local/ChangeLog +++ b/virtual/perl-Time-Local/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/perl-Time-Local # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.31 2009/07/07 02:31:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/ChangeLog,v 1.32 2009/08/25 10:56:58 tove Exp $ + + 25 Aug 2009; Torsten Veller <tove@gentoo.org> + perl-Time-Local-1.19.01.ebuild: + Add support for perl-5.10.1 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> perl-Time-Local-1.18.ebuild: Stable for HPPA too. diff --git a/virtual/perl-Time-Local/perl-Time-Local-1.19.01.ebuild b/virtual/perl-Time-Local/perl-Time-Local-1.19.01.ebuild index 0f0ae24ab7dd..cc840c1bf5d2 100644 --- a/virtual/perl-Time-Local/perl-Time-Local-1.19.01.ebuild +++ b/virtual/perl-Time-Local/perl-Time-Local-1.19.01.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/perl-Time-Local-1.19.01.ebuild,v 1.1 2008/11/21 08:14:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Time-Local/perl-Time-Local-1.19.01.ebuild,v 1.2 2009/08/25 10:56:58 tove Exp $ DESCRIPTION="Virtual for Time-Local" HOMEPAGE="http://www.gentoo.org/proj/en/perl/" @@ -12,4 +12,4 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="" DEPEND="" -RDEPEND="~perl-core/Time-Local-${PV}" +RDEPEND="|| ( ~dev-lang/perl-5.10.1 ~perl-core/Time-Local-${PV} )" |