summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-02-15 06:46:25 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-02-15 06:46:25 +0100
commit15efc43e8805fee3cc688c15c2907f28185453f1 (patch)
treea570ff547918e44a3ce3df7b886eb9ee7e42b6b2 /media-video/libva-utils/libva-utils-9999.ebuild
parentmedia-video/libva-utils: Remove old (diff)
downloadgentoo-15efc43e8805fee3cc688c15c2907f28185453f1.tar.gz
gentoo-15efc43e8805fee3cc688c15c2907f28185453f1.tar.bz2
gentoo-15efc43e8805fee3cc688c15c2907f28185453f1.zip
media-video/libva-utils: bump to 2.1.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-video/libva-utils/libva-utils-9999.ebuild')
-rw-r--r--media-video/libva-utils/libva-utils-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/libva-utils/libva-utils-9999.ebuild b/media-video/libva-utils/libva-utils-9999.ebuild
index 98dff65e7b52..6c7521ce0786 100644
--- a/media-video/libva-utils/libva-utils-9999.ebuild
+++ b/media-video/libva-utils/libva-utils-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# 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-r3
EGIT_BRANCH=master
- EGIT_REPO_URI="https://github.com/01org/libva-utils"
+ EGIT_REPO_URI="https://github.com/intel/libva-utils"
fi
AUTOTOOLS_AUTORECONF="yes"
@@ -18,7 +18,7 @@ HOMEPAGE="https://01.org/linuxmedia/vaapi"
if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
SRC_URI=""
else
- SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="MIT"