summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-22 21:42:07 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-22 21:42:17 +0100
commit7d22b4416d38b652a31bf022c3b5f4682d99d947 (patch)
treece8d6354220ed5fe080f34af50cc58eebc575953 /media-libs/vidstab
parentsys-kernel/gentoo-kernel-bin: Bump to 5.4.238 (diff)
downloadgentoo-7d22b4416d38b652a31bf022c3b5f4682d99d947.tar.gz
gentoo-7d22b4416d38b652a31bf022c3b5f4682d99d947.tar.bz2
gentoo-7d22b4416d38b652a31bf022c3b5f4682d99d947.zip
media-libs/vidstab: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/vidstab')
-rw-r--r--media-libs/vidstab/vidstab-1.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/vidstab/vidstab-1.1.1.ebuild b/media-libs/vidstab/vidstab-1.1.1.ebuild
index 277ef59b6bbc..50b7a56b9c0e 100644
--- a/media-libs/vidstab/vidstab-1.1.1.ebuild
+++ b/media-libs/vidstab/vidstab-1.1.1.ebuild
@@ -1,14 +1,14 @@
# Copyright 2018-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake-multilib toolchain-funcs
DESCRIPTION="Video stabilization library"
HOMEPAGE="http://public.hronopik.de/vid.stab/"
-if [[ ${PV} == *9999 ]] ; then
+if [[ ${PV} == *9999* ]] ; then
EGIT_REPO_URI="https://github.com/georgmartius/vid.stab.git"
inherit git-r3
else