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 E2B6A1382C5 for ; Fri, 2 Apr 2021 08:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2D5AE0880; Fri, 2 Apr 2021 08:21:26 +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 B5FD7E0880 for ; Fri, 2 Apr 2021 08:21:26 +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 800D5335C76 for ; Fri, 2 Apr 2021 08:21:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA02F634 for ; Fri, 2 Apr 2021 08:21:23 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1617351677.fb2d437e7b0d03f575e58b1144ff0acb095210d2.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild X-VCS-Directories: dev-cpp/abseil-cpp/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: fb2d437e7b0d03f575e58b1144ff0acb095210d2 X-VCS-Branch: master Date: Fri, 2 Apr 2021 08:21:23 +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: 21178d00-0d0b-4173-a8f1-569c264f40d5 X-Archives-Hash: 074fc0e4ccc9683952edef1faada5f42 commit: fb2d437e7b0d03f575e58b1144ff0acb095210d2 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Apr 2 07:54:04 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Apr 2 08:21:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb2d437e dev-cpp/abseil-cpp: enable cxx17 by default Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev gentoo.org> dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild | 2 +- dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild index 888022fd6ea..7d0133ed4d8 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20200923.2.ebuild @@ -22,7 +22,7 @@ LICENSE=" " SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="cxx17 test" +IUSE="+cxx17 test" DEPEND="" RDEPEND="${DEPEND}" diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild b/dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild index 6a397a2c13f..92637e5b846 100644 --- a/dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild +++ b/dev-cpp/abseil-cpp/abseil-cpp-20210324.0.ebuild @@ -22,7 +22,7 @@ LICENSE=" " SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="cxx17 test" +IUSE="+cxx17 test" DEPEND="" RDEPEND="${DEPEND}"