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 371A7138334 for ; Sat, 6 Jul 2019 06:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7446AE0898; Sat, 6 Jul 2019 06:17:12 +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 5A6B1E0898 for ; Sat, 6 Jul 2019 06:17:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EC10634718D for ; Sat, 6 Jul 2019 06:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EB4E627 for ; Sat, 6 Jul 2019 06:17:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1562393483.932dc78d1c7fff951f55c2ca509634e9d9e304cb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gflags/gflags-2.2.1-r1.ebuild dev-cpp/gflags/gflags-9999.ebuild X-VCS-Directories: dev-cpp/gflags/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 932dc78d1c7fff951f55c2ca509634e9d9e304cb X-VCS-Branch: master Date: Sat, 6 Jul 2019 06:17:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7cec427-9617-43ac-81bc-42cc9a5d8eab X-Archives-Hash: d2e7be8feaa81d93a3414cc3542ac12d commit: 932dc78d1c7fff951f55c2ca509634e9d9e304cb Author: David Michael redhat com> AuthorDate: Tue Mar 12 00:13:09 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 6 06:11:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932dc78d dev-cpp/gflags: EAPI=7 This allows the cmake eclass to use BDEPEND, so the host cmake can be used without having to cross-compile it. Signed-off-by: David Michael redhat.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Michał Górny gentoo.org> dev-cpp/gflags/{gflags-9999.ebuild => gflags-2.2.1-r1.ebuild} | 5 ++--- dev-cpp/gflags/gflags-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild similarity index 92% copy from dev-cpp/gflags/gflags-9999.ebuild copy to dev-cpp/gflags/gflags-2.2.1-r1.ebuild index 91f405e1e9b..95cd79c7ef3 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-2.2.1-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 inherit cmake-multilib @@ -25,7 +25,6 @@ DOCS=( ChangeLog.txt README.md ) multilib_src_configure() { local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=$(usex static-libs) -DBUILD_TESTING=$(usex test) # avoid installing .cmake/packages, e.g.: diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index 91f405e1e9b..95cd79c7ef3 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 inherit cmake-multilib @@ -25,7 +25,6 @@ DOCS=( ChangeLog.txt README.md ) multilib_src_configure() { local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=$(usex static-libs) -DBUILD_TESTING=$(usex test) # avoid installing .cmake/packages, e.g.: