dev-util/cmake: remove server USE flag in 3.10 and later
authorMichael Palimaka <kensington@gentoo.org>
Thu, 15 Mar 2018 11:01:08 +0000 (22:01 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 15 Mar 2018 11:01:42 +0000 (22:01 +1100)
Closes: https://bugs.gentoo.org/647300
Upstream-commit: https://gitlab.kitware.com/cmake/cmake/commit/7f29bbe6f25211165fc188d3a823ecf3bc831f8d
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-util/cmake/cmake-3.10.2.ebuild
dev-util/cmake/cmake-3.11.0_rc3.ebuild

index af381f00bde438eaafdfaa624b252a674e78636f..843a7d270713934b9789991f8eddd79543b5cbb9 100644 (file)
@@ -17,7 +17,7 @@ LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs server system-jsoncpp ncurses qt5"
+IUSE="doc emacs system-jsoncpp ncurses qt5"
 
 RDEPEND="
        app-crypt/rhash
@@ -150,7 +150,6 @@ src_configure() {
                -DSPHINX_MAN=$(usex doc)
                -DSPHINX_HTML=$(usex doc)
                -DBUILD_CursesDialog="$(usex ncurses)"
-               -DCMake_ENABLE_SERVER_MODE="$(usex server)"
        )
 
        if use qt5 ; then
index 61e5d0065112209ae506e7e091112632efe62863..243428612cd04cc63bd53d2ca37ada035a32524d 100644 (file)
@@ -17,7 +17,7 @@ LICENSE="CMake"
 SLOT="0"
 [[ "${PV}" = *_rc* ]] || \
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc emacs server system-jsoncpp ncurses qt5"
+IUSE="doc emacs system-jsoncpp ncurses qt5"
 
 RDEPEND="
        app-crypt/rhash
@@ -149,7 +149,6 @@ src_configure() {
                -DSPHINX_MAN=$(usex doc)
                -DSPHINX_HTML=$(usex doc)
                -DBUILD_CursesDialog="$(usex ncurses)"
-               -DCMake_ENABLE_SERVER_MODE="$(usex server)"
        )
 
        if use qt5 ; then