commit: f663c3c95c7b74d237a9808a31e28e9d56ccba86
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 18:21:05 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 18:21:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f663c3c9
x11-libs/libva: x86 stable, bug #538640
Package-Manager: portage-2.2.27
x11-libs/libva/libva-1.6.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/libva/libva-1.6.2.ebuild
b/x11-libs/libva/libva-1.6.2.ebuild
index 5cd1c38..797b958 100644
--- a/x11-libs/libva/libva-1.6.2.ebuild
+++ b/x11-libs/libva/libva-1.6.2.ebuild
@@ -26,9 +26,9 @@ fi
LICENSE="MIT"
SLOT="0"
if [ "${PV%9999}" = "${PV}" ] ; then
- KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
else
- KEYWORDS=""
+ KEYWORDS="x86"
fi
IUSE="+drm egl opengl vdpau wayland X"