diff options
Diffstat (limited to 'x11-libs/libva/libva-1.7.3.ebuild')
-rw-r--r-- | x11-libs/libva/libva-1.7.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libva/libva-1.7.3.ebuild b/x11-libs/libva/libva-1.7.3.ebuild index 11f0e32b0f55..442042222ed7 100644 --- a/x11-libs/libva/libva-1.7.3.ebuild +++ b/x11-libs/libva/libva-1.7.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ SCM="" if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild SCM=git-2 EGIT_BRANCH=master - EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/libva" + EGIT_REPO_URI="https://github.com/intel/libva" fi AUTOTOOLS_AUTORECONF="yes" |