diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-08-11 06:35:20 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-08-11 07:33:56 -0400 |
commit | 8f43bd60a9cbbbc3826f800f24afc9d694c6cce4 (patch) | |
tree | d84deceb3a3e2ee251c35378c3cf60a4825a3362 /x11-libs/libvdpau | |
parent | x11-misc/devilspie: EAPI7->8 and use https (diff) | |
download | gentoo-8f43bd60a9cbbbc3826f800f24afc9d694c6cce4.tar.gz gentoo-8f43bd60a9cbbbc3826f800f24afc9d694c6cce4.tar.bz2 gentoo-8f43bd60a9cbbbc3826f800f24afc9d694c6cce4.zip |
x11-libs/libvdpau: fix RedirectedUrl
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-libs/libvdpau')
-rw-r--r-- | x11-libs/libvdpau/libvdpau-1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libvdpau/libvdpau-1.5.ebuild b/x11-libs/libvdpau/libvdpau-1.5.ebuild index 0ec6c6eb88e1..b9492cf8a92c 100644 --- a/x11-libs/libvdpau/libvdpau-1.5.ebuild +++ b/x11-libs/libvdpau/libvdpau-1.5.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit meson-multilib virtualx DESCRIPTION="VDPAU wrapper and trace libraries" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/VDPAU/" SRC_URI="https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/${PV}/${P}.tar.gz" LICENSE="MIT" |