summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-07-10 16:57:51 -0400
committerMatt Turner <mattst88@gentoo.org>2023-07-10 17:00:15 -0400
commita9f7704797194bebb64d12fbe422f235461d262d (patch)
tree82ae47c42892a64c402a4bb2b0fabed9e02a169d
parentdev-cpp/gflags: Propagate keywords (diff)
downloadgentoo-a9f7704797194bebb64d12fbe422f235461d262d.tar.gz
gentoo-a9f7704797194bebb64d12fbe422f235461d262d.tar.bz2
gentoo-a9f7704797194bebb64d12fbe422f235461d262d.zip
dev-cpp/gflags: Synchronize ebuilds
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--dev-cpp/gflags/gflags-2.2.2-r1.ebuild (renamed from dev-cpp/gflags/gflags-2.2.2.ebuild)6
1 files 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
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