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 0B997138CD3 for ; Thu, 28 May 2015 19:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7276FE08FF; Thu, 28 May 2015 19:23:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01E79E08FF for ; Thu, 28 May 2015 19:23:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F11A340DC5 for ; Thu, 28 May 2015 19:23:15 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2323) id AA37EA0E; Thu, 28 May 2015 19:23:13 +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 dev-util/cmake: cmake-3.2.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cmake-3.2.2.ebuild ChangeLog X-VCS-Directories: dev-util/cmake X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150528192313.AA37EA0E@oystercatcher.gentoo.org> Date: Thu, 28 May 2015 19:23:13 +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: 3388d401-0580-40b0-ac66-887ada88a923 X-Archives-Hash: 02528eacb2e375095d97e3dc26910f20 kensington 15/05/28 19:23:13 Modified: cmake-3.2.2.ebuild ChangeLog Log: Remove REQUIRED_USE to improve user experience when both qt4 and qt5 USE flags are enabled (in this case, qt5 will be preferred). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) Revision Changes Path 1.4 dev-util/cmake/cmake-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild?r1=1.3&r2=1.4 Index: cmake-3.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cmake-3.2.2.ebuild 28 May 2015 19:08:02 -0000 1.3 +++ cmake-3.2.2.ebuild 28 May 2015 19:23:13 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v 1.3 2015/05/28 19:08:02 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.2.2.ebuild,v 1.4 2015/05/28 19:23:13 kensington Exp $ EAPI=5 @@ -16,8 +16,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc emacs system-jsoncpp ncurses qt4 qt5" -REQUIRED_USE="?? ( qt4 qt5 )" - RDEPEND=" >=app-arch/libarchive-2.8.0:= >=dev-libs/expat-2.0.1 1.308 dev-util/cmake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.308&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?rev=1.308&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cmake/ChangeLog?r1=1.307&r2=1.308 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v retrieving revision 1.307 retrieving revision 1.308 diff -u -r1.307 -r1.308 --- ChangeLog 28 May 2015 19:08:02 -0000 1.307 +++ ChangeLog 28 May 2015 19:23:13 -0000 1.308 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cmake # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.307 2015/05/28 19:08:02 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/ChangeLog,v 1.308 2015/05/28 19:23:13 kensington Exp $ + + 28 May 2015; Michael Palimaka cmake-3.2.2.ebuild: + Remove REQUIRED_USE to improve user experience when both qt4 and qt5 USE flags + are enabled (in this case, qt5 will be preferred). 28 May 2015; Michael Palimaka cmake-3.2.1.ebuild, cmake-3.2.2.ebuild, metadata.xml: