commit: a9f7704797194bebb64d12fbe422f235461d262d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 20:57:51 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 21:00:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f77047
dev-cpp/gflags: Synchronize ebuilds
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-cpp/gflags/{gflags-2.2.2.ebuild => gflags-2.2.2-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-cpp/gflags/gflags-2.2.2.ebuild
b/dev-cpp/gflags/gflags-2.2.2-r1.ebuild
similarity index 92%
rename from dev-cpp/gflags/gflags-2.2.2.ebuild
rename to dev-cpp/gflags/gflags-2.2.2-r1.ebuild
index da0ea88c47b5..18fb86aaeba6 100644
--- a/dev-cpp/gflags/gflags-2.2.2.ebuild
+++ b/dev-cpp/gflags/gflags-2.2.2-r1.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