summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-04 16:58:26 +0000
committerSam James <sam@gentoo.org>2021-01-04 16:58:26 +0000
commit00bf912a21888b6c0fe23f53686ed486dc42615d (patch)
tree8fbaacfe2ef5bce9231f32d931a121a37bd63c4d /media-video/libva-utils/libva-utils-2.8.0.ebuild
parentmedia-video/libva-utils: fixed dependencies, minor other fixes (diff)
downloadgentoo-00bf912a21888b6c0fe23f53686ed486dc42615d.tar.gz
gentoo-00bf912a21888b6c0fe23f53686ed486dc42615d.tar.bz2
gentoo-00bf912a21888b6c0fe23f53686ed486dc42615d.zip
media-video/libva-utils: style changes
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/libva-utils/libva-utils-2.8.0.ebuild')
-rw-r--r--media-video/libva-utils/libva-utils-2.8.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/libva-utils/libva-utils-2.8.0.ebuild b/media-video/libva-utils/libva-utils-2.8.0.ebuild
index b6f4b82a5e3f..f5a0b8cea6d2 100644
--- a/media-video/libva-utils/libva-utils-2.8.0.ebuild
+++ b/media-video/libva-utils/libva-utils-2.8.0.ebuild
@@ -1,12 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-if [[ ${PV} = *9999* ]] ; then # Live ebuild
+if [[ ${PV} = *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/intel/libva-utils"
fi
+
inherit autotools
DESCRIPTION="Collection of utilities and tests for VA-API"