diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-06-29 14:56:54 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-06-29 14:56:54 +0000 |
commit | 131ea8ec9915462b5dff27e1ff08870c23bbfa6e (patch) | |
tree | 6e8a6363a80366e7b341fb686f1fab70884495ca /x11-libs/libva | |
parent | Stable on amd64 wrt bug #365273 (diff) | |
download | gentoo-2-131ea8ec9915462b5dff27e1ff08870c23bbfa6e.tar.gz gentoo-2-131ea8ec9915462b5dff27e1ff08870c23bbfa6e.tar.bz2 gentoo-2-131ea8ec9915462b5dff27e1ff08870c23bbfa6e.zip |
Stable on amd64 wrt bug #365273
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libva')
-rw-r--r-- | x11-libs/libva/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libva/libva-0.32.0_p2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libva/ChangeLog b/x11-libs/libva/ChangeLog index 7dcb509d2e9a..a45d2e24f687 100644 --- a/x11-libs/libva/ChangeLog +++ b/x11-libs/libva/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libva # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.20 2011/06/23 14:38:30 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.21 2011/06/29 14:56:54 angelos Exp $ + + 29 Jun 2011; Christoph Mende <angelos@gentoo.org> libva-0.32.0_p2.ebuild: + Stable on amd64 wrt bug #365273 23 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libva-0.32.0_p2.ebuild: x86 stable wrt security bug #365273 diff --git a/x11-libs/libva/libva-0.32.0_p2.ebuild b/x11-libs/libva/libva-0.32.0_p2.ebuild index ef5b2b0e95a3..8ed56ec77168 100644 --- a/x11-libs/libva/libva-0.32.0_p2.ebuild +++ b/x11-libs/libva/libva-0.32.0_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v 1.3 2011/06/23 14:38:30 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-0.32.0_p2.ebuild,v 1.4 2011/06/29 14:56:54 angelos Exp $ EAPI="2" inherit eutils autotools @@ -15,7 +15,7 @@ SRC_URI="http://www.splitted-desktop.com/~gbeauchesne/${PN}/${PN}_${MY_PV}-1+sds LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 x86 ~amd64-linux" +KEYWORDS="amd64 x86 ~amd64-linux" IUSE="opengl" VIDEO_CARDS="dummy nvidia intel fglrx" |