From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QTyj3-0008HE-O1 for garchives@archives.gentoo.org; Tue, 07 Jun 2011 16:01:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1F901C097; Tue, 7 Jun 2011 16:01:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C15631C097 for ; Tue, 7 Jun 2011 16:01:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EF961B401E for ; Tue, 7 Jun 2011 16:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 87C088003C for ; Tue, 7 Jun 2011 16:01:43 +0000 (UTC) From: "Jonathan Callen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonathan Callen" Message-ID: <27b68b92a3dd61ad7e560b3791e0834a5e24e35e.abcd@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: abcd X-VCS-Committer-Name: Jonathan Callen X-VCS-Revision: 27b68b92a3dd61ad7e560b3791e0834a5e24e35e Date: Tue, 7 Jun 2011 16:01:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 557d104778b7d98c698c7102c5d24aae commit: 27b68b92a3dd61ad7e560b3791e0834a5e24e35e Author: Jonathan Callen gentoo org> AuthorDate: Tue Jun 7 16:01:27 2011 +0000 Commit: Jonathan Callen gentoo org> CommitDate: Tue Jun 7 16:01:27 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D27b68b92 [eclass] KDE_MINIMAL=3Dlive is no longer valid (use 9999 instead) --- eclass/kde4-base.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 34fd146..86b4c71 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -195,7 +195,7 @@ esac # @ECLASS-VARIABLE: QT_MINIMAL # @DESCRIPTION: # Determine version of qt we enforce as minimal for the package. -if [[ ${KDE_MINIMAL} =3D=3D live ]] || version_is_at_least 4.5.50 "${KDE= _MINIMAL}"; then +if version_is_at_least 4.5.50 "${KDE_MINIMAL}"; then QT_MINIMAL=3D"${QT_MINIMAL:-4.7.0}" else QT_MINIMAL=3D"${QT_MINIMAL:-4.6.3}"