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 <kensing...@gentoo.org> 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 <kensing...@gentoo.org> cmake-3.2.1.ebuild,
   cmake-3.2.2.ebuild, metadata.xml:




Reply via email to