From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 067011396D1 for ; Sun, 27 Aug 2017 05:37:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DB30E0E21; Sun, 27 Aug 2017 05:37:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB494E0E33 for ; Sun, 27 Aug 2017 05:37:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A719334188D for ; Sun, 27 Aug 2017 05:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ED678417 for ; Sun, 27 Aug 2017 05:37:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1503812229.0315572fe3ad9b50c45f8214a5d6e545f51b4896.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0315572fe3ad9b50c45f8214a5d6e545f51b4896 X-VCS-Branch: master Date: Sun, 27 Aug 2017 05:37:21 +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: ab294310-b0e0-4e59-aa30-191c5889427b X-Archives-Hash: 501659f3ddc60282eb9989b541437677 commit: 0315572fe3ad9b50c45f8214a5d6e545f51b4896 Author: Michael Palimaka gentoo org> AuthorDate: Sun Aug 27 05:32:29 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 27 05:37:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0315572f qt5-build.eclass: handle live minor versions >=10 eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 7ec6cac3..60c16829 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -69,7 +69,7 @@ case ${PV} in QT5_BUILD_TYPE="live" EGIT_BRANCH="dev" ;; - 5.?.9999) + 5.?.9999|5.??.9999|5.???.9999) # git stable branch QT5_BUILD_TYPE="live" EGIT_BRANCH=${PV%.9999} From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46C201396D1 for ; Sun, 27 Aug 2017 05:52:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E4451FC006; Sun, 27 Aug 2017 05:52:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B0021FC009 for ; Sun, 27 Aug 2017 05:52:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 789AA3418C1 for ; Sun, 27 Aug 2017 05:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D86F841A for ; Sun, 27 Aug 2017 05:52:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1503812229.0315572fe3ad9b50c45f8214a5d6e545f51b4896.kensington@gentoo> Subject: [gentoo-commits] proj/qt:qtbase59 commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0315572fe3ad9b50c45f8214a5d6e545f51b4896 X-VCS-Branch: qtbase59 Date: Sun, 27 Aug 2017 05:52: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: 6524c79e-8fd7-4906-89db-f0566bc8dc3b X-Archives-Hash: a706add25b8eace93078a657eae7c0d4 Message-ID: <20170827055207.msvlq85Shs9Gx_d2afcrQObFSwgyPi_dBdL0Q98EcK4@z> commit: 0315572fe3ad9b50c45f8214a5d6e545f51b4896 Author: Michael Palimaka gentoo org> AuthorDate: Sun Aug 27 05:32:29 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 27 05:37:09 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0315572f qt5-build.eclass: handle live minor versions >=10 eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 7ec6cac3..60c16829 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -69,7 +69,7 @@ case ${PV} in QT5_BUILD_TYPE="live" EGIT_BRANCH="dev" ;; - 5.?.9999) + 5.?.9999|5.??.9999|5.???.9999) # git stable branch QT5_BUILD_TYPE="live" EGIT_BRANCH=${PV%.9999}