From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5FE8B1382C5 for ; Thu, 15 Mar 2018 11:01:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DDE4E0858; Thu, 15 Mar 2018 11:01:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DB36E0858 for ; Thu, 15 Mar 2018 11:01:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DE65335C72 for ; Thu, 15 Mar 2018 11:01:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D641216 for ; Thu, 15 Mar 2018 11:01:53 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1521111702.024ad7248b9b71b6f73e7a88f0b6953bc863fdc6.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmake/cmake-3.10.2.ebuild dev-util/cmake/cmake-3.11.0_rc3.ebuild X-VCS-Directories: dev-util/cmake/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 024ad7248b9b71b6f73e7a88f0b6953bc863fdc6 X-VCS-Branch: master Date: Thu, 15 Mar 2018 11:01:53 +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: 85e4570e-9a8a-42bc-8523-be878654e891 X-Archives-Hash: 90c52352afce718582f65fd75e5d0a23 commit: 024ad7248b9b71b6f73e7a88f0b6953bc863fdc6 Author: Michael Palimaka gentoo org> AuthorDate: Thu Mar 15 11:01:08 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Mar 15 11:01:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024ad724 dev-util/cmake: remove server USE flag in 3.10 and later 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 | 3 +-- dev-util/cmake/cmake-3.11.0_rc3.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-util/cmake/cmake-3.10.2.ebuild b/dev-util/cmake/cmake-3.10.2.ebuild index af381f00bde..843a7d27071 100644 --- a/dev-util/cmake/cmake-3.10.2.ebuild +++ b/dev-util/cmake/cmake-3.10.2.ebuild @@ -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 diff --git a/dev-util/cmake/cmake-3.11.0_rc3.ebuild b/dev-util/cmake/cmake-3.11.0_rc3.ebuild index 61e5d006511..243428612cd 100644 --- a/dev-util/cmake/cmake-3.11.0_rc3.ebuild +++ b/dev-util/cmake/cmake-3.11.0_rc3.ebuild @@ -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