diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2020-06-02 10:06:21 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2020-06-02 10:06:25 -0400 |
commit | 7eb54ccc6fe52fe26550f54389405fc16c5ffff2 (patch) | |
tree | bc1898763d2ad7c361f10b85567f02f70b7780fe /media-video/v4l2loopback/v4l2loopback-9999.ebuild | |
parent | dev-php/PEAR-DB: Version bump for 1.10.0 (diff) | |
download | gentoo-7eb54ccc6fe52fe26550f54389405fc16c5ffff2.tar.gz gentoo-7eb54ccc6fe52fe26550f54389405fc16c5ffff2.tar.bz2 gentoo-7eb54ccc6fe52fe26550f54389405fc16c5ffff2.zip |
media-video/v4l2loopback: Bump to 0.12.5
Assume maintainership.
Includes "Bad Address" fix that some users experienced with kernels >=5.4.
Use https:// instead of git://.
Bump to EAPI 7.
Closes: https://bugs.gentoo.org/720036
Closes: https://bugs.gentoo.org/726602
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
Diffstat (limited to 'media-video/v4l2loopback/v4l2loopback-9999.ebuild')
-rw-r--r-- | media-video/v4l2loopback/v4l2loopback-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/v4l2loopback/v4l2loopback-9999.ebuild b/media-video/v4l2loopback/v4l2loopback-9999.ebuild index c2f92d34a0f1..2b3e48ff0fc8 100644 --- a/media-video/v4l2loopback/v4l2loopback-9999.ebuild +++ b/media-video/v4l2loopback/v4l2loopback-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit linux-mod toolchain-funcs @@ -9,7 +9,7 @@ case ${PV} in 9999) inherit git-r3 KEYWORDS="" - EGIT_REPO_URI="git://github.com/umlaeute/v4l2loopback.git" + EGIT_REPO_URI="https://github.com/umlaeute/v4l2loopback.git" ;; *) inherit vcs-snapshot |