Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/
Date: Sun, 31 Jan 2016 18:26:06
Message-Id: 1454264465.f663c3c95c7b74d237a9808a31e28e9d56ccba86.pacho@gentoo
1 commit: f663c3c95c7b74d237a9808a31e28e9d56ccba86
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 18:21:05 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 18:21:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f663c3c9
7
8 x11-libs/libva: x86 stable, bug #538640
9
10 Package-Manager: portage-2.2.27
11
12 x11-libs/libva/libva-1.6.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-libs/libva/libva-1.6.2.ebuild b/x11-libs/libva/libva-1.6.2.ebuild
16 index 5cd1c38..797b958 100644
17 --- a/x11-libs/libva/libva-1.6.2.ebuild
18 +++ b/x11-libs/libva/libva-1.6.2.ebuild
19 @@ -26,9 +26,9 @@ fi
20 LICENSE="MIT"
21 SLOT="0"
22 if [ "${PV%9999}" = "${PV}" ] ; then
23 - KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
24 + KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
25 else
26 - KEYWORDS=""
27 + KEYWORDS="x86"
28 fi
29 IUSE="+drm egl opengl vdpau wayland X"