mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-tv/v4l-utils: Add transitional ebuild before we last-rite this package
I didn't think this would be necessary, but Portage cannot backtrack around blockers, causing issues for users with v4l-utils in their world file. Closes: https://bugs.gentoo.org/920321 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
14
media-tv/v4l-utils/v4l-utils-1.26.ebuild
Normal file
14
media-tv/v4l-utils/v4l-utils-1.26.ebuild
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Transitional package to be superseded by media-libs/libv4l[utils]"
|
||||
HOMEPAGE="https://git.linuxtv.org/v4l-utils.git"
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="+bpf dvb qt5"
|
||||
|
||||
RDEPEND=">=media-libs/libv4l-${PV}[utils,bpf?,dvb?,qt5?]"
|
||||
Reference in New Issue
Block a user