diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-01-31 19:21:05 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-01-31 19:21:05 +0100 |
commit | f663c3c95c7b74d237a9808a31e28e9d56ccba86 (patch) | |
tree | 43406b9b885cf9edb5b7dbb969993e37881c4c0a /x11-libs | |
parent | media-gfx/nomacs: Fix configure with >=opencv-3 (diff) | |
download | gentoo-f663c3c95c7b74d237a9808a31e28e9d56ccba86.tar.gz gentoo-f663c3c95c7b74d237a9808a31e28e9d56ccba86.tar.bz2 gentoo-f663c3c95c7b74d237a9808a31e28e9d56ccba86.zip |
x11-libs/libva: x86 stable, bug #538640
Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libva/libva-1.6.2.ebuild | 4 |
1 files 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 5cd1c389368f..797b958255f8 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" |