diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-15 11:14:44 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-03-22 19:52:43 +0100 |
commit | 120d0be5099d5b8ed6e61865b4a217191ce7f8e2 (patch) | |
tree | 6000c110779473b4bce6950eab8370200c0ce6f7 /dev-cpp | |
parent | media-libs/libilbc: update EAPI 7 -> 8, unbreak 9999 src_prepare() (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-cpp/gflags/gflags-9999.ebuild | 6 |
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 |