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 80EAC1381F4 for ; Mon, 13 Aug 2012 04:48:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAE2E072D; Mon, 13 Aug 2012 04:48:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AAD7AE072D for ; Mon, 13 Aug 2012 04:48:09 +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 1956C1B4019 for ; Mon, 13 Aug 2012 04:48:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C926DE5440 for ; Mon, 13 Aug 2012 04:48:07 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1344833153.dffefad5e43f8d96aeb036870174fc4cd4c99c78.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: dffefad5e43f8d96aeb036870174fc4cd4c99c78 X-VCS-Branch: master Date: Mon, 13 Aug 2012 04:48:07 +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: 5bca466d-41f8-4073-b463-146fe0a41e04 X-Archives-Hash: c6bd48b178f7e54939cdff8b0438b676 commit: dffefad5e43f8d96aeb036870174fc4cd4c99c78 Author: Davide Pesavento gmail com> AuthorDate: Mon Aug 13 04:45:53 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Aug 13 04:45:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=dffefad5 [qt5-build.eclass] Specify minimum perl version. --- eclass/qt5-build.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 1d921f4..9560d06 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -58,7 +58,7 @@ fi DEPEND="virtual/pkgconfig" if [[ ${QT5_BUILD_TYPE} == "live" ]]; then - DEPEND+=" dev-lang/perl" + DEPEND+=" >=dev-lang/perl-5.10" fi if [[ ${PN} != "qt-test" ]]; then DEPEND+=" test? ( ~x11-libs/qt-test-${PV}[debug=] )"