From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87C081381F3 for ; Tue, 17 Sep 2013 04:35:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E928E0A87; Tue, 17 Sep 2013 04:35:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22D80E0A87 for ; Tue, 17 Sep 2013 04:35:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA5E433EC04 for ; Tue, 17 Sep 2013 04:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 98D91E530A for ; Tue, 17 Sep 2013 04:35:19 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1379392415.d5402d8c16e4f2fa5bdf107958240ccebcc05925.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: eclass/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: eclass/perl-module.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: d5402d8c16e4f2fa5bdf107958240ccebcc05925 X-VCS-Branch: master Date: Tue, 17 Sep 2013 04:35:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06abf179-995f-4532-b437-d64d6ce36068 X-Archives-Hash: 7791e3f24bc170948f2deda8f28b8c0c commit: d5402d8c16e4f2fa5bdf107958240ccebcc05925 Author: Kent Fredric gmail com> AuthorDate: Tue Sep 17 04:32:51 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Sep 17 04:33:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d5402d8c perl-module.class: fix absence of ||() --- eclass/perl-module.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 120b94b..320a43e 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -28,7 +28,7 @@ case "${EAPI:-0}" in case "${GENTOO_DEPEND_ON_PERL:-yes}" in yes) - DEPEND="( >=dev-lang/perl-5.16