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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9444115A7D9 for ; Wed, 22 Mar 2023 18:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C616FE0837; Wed, 22 Mar 2023 18:53:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9C2AE0837 for ; Wed, 22 Mar 2023 18:53:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D951D335C29 for ; Wed, 22 Mar 2023 18:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72FB88F1 for ; Wed, 22 Mar 2023 18:53:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1679511163.120d0be5099d5b8ed6e61865b4a217191ce7f8e2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gflags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gflags/gflags-9999.ebuild X-VCS-Directories: dev-cpp/gflags/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 120d0be5099d5b8ed6e61865b4a217191ce7f8e2 X-VCS-Branch: master Date: Wed, 22 Mar 2023 18:53:30 +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: 6be3d023-e809-40d8-99c5-3992b5c6f01f X-Archives-Hash: 82813045a0ae75139eade6d2a64bfdad commit: 120d0be5099d5b8ed6e61865b4a217191ce7f8e2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 15 10:14:44 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 22 18:52:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120d0be5 dev-cpp/gflags: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-cpp/gflags/gflags-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-cpp/gflags/gflags-9999.ebuild b/dev-cpp/gflags/gflags-9999.ebuild index 15ed6ab2c368..613e8bc12948 100644 --- a/dev-cpp/gflags/gflags-9999.ebuild +++ b/dev-cpp/gflags/gflags-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake-multilib -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/gflags/gflags" else