summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-01-05 10:07:53 -0800
committerMatt Turner <mattst88@gentoo.org>2018-01-05 10:10:57 -0800
commit3ddc00f8d53ab342ebf74e4b5523dcd3fbb778b0 (patch)
tree009a7adf379fa836e1590c6b66d4445750839c15 /x11-libs/libdrm/libdrm-9999.ebuild
parentapp-emulation/wine-staging: Account for unset LINGUAS too. (diff)
downloadgentoo-3ddc00f8d53ab342ebf74e4b5523dcd3fbb778b0.tar.gz
gentoo-3ddc00f8d53ab342ebf74e4b5523dcd3fbb778b0.tar.bz2
gentoo-3ddc00f8d53ab342ebf74e4b5523dcd3fbb778b0.zip
x11-libs/libdrm: Move KEYWORDS assignment
Diffstat (limited to 'x11-libs/libdrm/libdrm-9999.ebuild')
-rw-r--r--x11-libs/libdrm/libdrm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 9a326c12fb8f..092c800d11d7 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -12,9 +12,9 @@ if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/mesa/drm.git"
else
SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.bz2"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
fi
-KEYWORDS=""
VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"