diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-03-26 16:29:25 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-03-26 16:29:25 +0000 |
commit | c7922dc1240b7df603c2558a35536f98665ae1e1 (patch) | |
tree | 21b0b4c4af74415b3c420ff21b63c9f2d90d17cb /x11-libs/libva | |
parent | Support systemd with USE=static-libs. (diff) | |
download | gentoo-2-c7922dc1240b7df603c2558a35536f98665ae1e1.tar.gz gentoo-2-c7922dc1240b7df603c2558a35536f98665ae1e1.tar.bz2 gentoo-2-c7922dc1240b7df603c2558a35536f98665ae1e1.zip |
update SRC_URI
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'x11-libs/libva')
-rw-r--r-- | x11-libs/libva/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libva/libva-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libva/ChangeLog b/x11-libs/libva/ChangeLog index 53e1f05c28f5..514b2c04e8dd 100644 --- a/x11-libs/libva/ChangeLog +++ b/x11-libs/libva/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libva # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.48 2013/02/14 19:08:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.49 2013/03/26 16:29:25 aballier Exp $ + + 26 Mar 2013; Alexis Ballier <aballier@gentoo.org> libva-9999.ebuild: + update SRC_URI 14 Feb 2013; Alexis Ballier <aballier@gentoo.org> libva-9999.ebuild: upstream master needs wayland-1 diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild index 1b1435b66472..1da634bb31e2 100644 --- a/x11-libs/libva/libva-9999.ebuild +++ b/x11-libs/libva/libva-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.13 2013/02/14 19:08:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.14 2013/03/26 16:29:25 aballier Exp $ EAPI=4 @@ -19,7 +19,7 @@ if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild SRC_URI="" S="${WORKDIR}/${PN}" else - SRC_URI="http://cgit.freedesktop.org/vaapi/libva/snapshot/${P}.tar.bz2" + SRC_URI="http://www.freedesktop.org/software/vaapi/releases/libva/${P}.tar.bz2" fi LICENSE="MIT" |