Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vdpauinfo/
Date: Thu, 11 Aug 2022 11:36:02
Message-Id: 1660217636.fe46e36b4226a537f5d150d2e14f7b384e944517.ionen@gentoo
1 commit: fe46e36b4226a537f5d150d2e14f7b384e944517
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 10:35:49 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 11:33:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe46e36b
7
8 x11-misc/vdpauinfo: fix RedirectedUrl
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild b/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild
16 index 985ed1288c27..1094701a0a2e 100644
17 --- a/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild
18 +++ b/x11-misc/vdpauinfo/vdpauinfo-1.5-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 inherit autotools flag-o-matic
21
22 DESCRIPTION="Displays info about your card's VDPAU support"
23 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU"
24 +HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU/"
25 SRC_URI="https://gitlab.freedesktop.org/vdpau/vdpauinfo/-/archive/${PV}/${P}.tar.gz"
26
27 LICENSE="MIT"