From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E88B158094 for ; Thu, 11 Aug 2022 11:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75EF9E0D36; Thu, 11 Aug 2022 11:35:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5BEAE0D36 for ; Thu, 11 Aug 2022 11:35:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F94C3411BB for ; Thu, 11 Aug 2022 11:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 457A856D for ; Thu, 11 Aug 2022 11:35:55 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1660217636.8f43bd60a9cbbbc3826f800f24afc9d694c6cce4.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libvdpau/libvdpau-1.5.ebuild X-VCS-Directories: x11-libs/libvdpau/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 8f43bd60a9cbbbc3826f800f24afc9d694c6cce4 X-VCS-Branch: master Date: Thu, 11 Aug 2022 11:35:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eeb51b9f-33cf-48bd-862e-747075ac012a X-Archives-Hash: 24d29519e2aa7c877422c3867527ad97 commit: 8f43bd60a9cbbbc3826f800f24afc9d694c6cce4 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Aug 11 10:35:20 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Aug 11 11:33:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f43bd60 x11-libs/libvdpau: fix RedirectedUrl Signed-off-by: Ionen Wolkens gentoo.org> x11-libs/libvdpau/libvdpau-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"