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 5672D1381F3 for ; Tue, 23 Jul 2013 14:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7D67E092C; Tue, 23 Jul 2013 14:19:54 +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 4FE9AE092C for ; Tue, 23 Jul 2013 14:19:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 360E933E974 for ; Tue, 23 Jul 2013 14:19:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2323) id F0F4B2171C; Tue, 23 Jul 2013 14:19:51 +0000 (UTC) From: "Michael Palimaka (kensington)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, kensington@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/kst: kst-2.0.6.ebuild kst-2.0.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: kst-2.0.6.ebuild kst-2.0.5.ebuild ChangeLog X-VCS-Directories: sci-visualization/kst X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130723141951.F0F4B2171C@flycatcher.gentoo.org> Date: Tue, 23 Jul 2013 14:19:51 +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: b5684420-a323-489e-9a48-d6b4b36f696e X-Archives-Hash: ef48b2723746f0e7a4a2d45f564cbdda kensington 13/07/23 14:19:51 Modified: kst-2.0.6.ebuild kst-2.0.5.ebuild ChangeLog Log: Fix Qt dependencies. (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C) Revision Changes Path 1.5 sci-visualization/kst/kst-2.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/kst-2.0.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/kst-2.0.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/kst-2.0.6.ebuild?r1=1.4&r2=1.5 Index: kst-2.0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kst-2.0.6.ebuild 16 Jul 2013 03:28:29 -0000 1.4 +++ kst-2.0.6.ebuild 23 Jul 2013 14:19:51 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.6.ebuild,v 1.4 2013/07/16 03:28:29 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/kst/kst-2.0.6.ebuild,v 1.5 2013/07/23 14:19:51 kensington Exp $ EAPI=4 @@ -24,7 +24,7 @@ sci-libs/gsl sci-libs/netcdf[cxx] dev-qt/qtcore:4 - || ( =dev-qt/qtgui-4.8.5:4 dev-qt/designer ) ) + || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) =dev-qt/qtgui-4.8.5:4 dev-qt/designer ) ) + || ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) kst-2.0.5.ebuild, + kst-2.0.6.ebuild: + Fix Qt dependencies. 16 Jul 2013; Patrick Lauer kst-2.0.5.ebuild, kst-2.0.6.ebuild: