summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-15 11:14:44 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-22 19:52:43 +0100
commit120d0be5099d5b8ed6e61865b4a217191ce7f8e2 (patch)
tree6000c110779473b4bce6950eab8370200c0ce6f7 /dev-cpp/gflags/gflags-9999.ebuild
parentmedia-libs/libilbc: update EAPI 7 -> 8, unbreak 9999 src_prepare() (diff)
downloadgentoo-120d0be5099d5b8ed6e61865b4a217191ce7f8e2.tar.gz
gentoo-120d0be5099d5b8ed6e61865b4a217191ce7f8e2.tar.bz2
gentoo-120d0be5099d5b8ed6e61865b4a217191ce7f8e2.zip
dev-cpp/gflags: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp/gflags/gflags-9999.ebuild')
-rw-r--r--dev-cpp/gflags/gflags-9999.ebuild6
1 files 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