diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-09-22 17:54:10 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-09-22 17:55:18 +0200 |
commit | df554b2347c013958e4322f2cf03aa9f32cdf118 (patch) | |
tree | 806dbddba01e4db74ab000939b5d6f573cb489ce | |
parent | eb0a2bf5d1fce51fe705d4a9f9dd127104cd7589 (diff) | |
download | gentoo-df554b2347c013958e4322f2cf03aa9f32cdf118.tar.gz gentoo-df554b2347c013958e4322f2cf03aa9f32cdf118.tar.xz |
x11-libs/libdrm-2.4.70-r0: add alpha keyword
Gentoo-Bug: 579266
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.70.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libdrm/libdrm-2.4.70.ebuild b/x11-libs/libdrm/libdrm-2.4.70.ebuild index 7cf73853375..05079348a8b 100644 --- a/x11-libs/libdrm/libdrm-2.4.70.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.70.ebuild @@ -15,7 +15,7 @@ else SRC_URI="https://dri.freedesktop.org/${PN}/${P}.tar.bz2" fi -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux" VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vmware" for card in ${VIDEO_CARDS}; do IUSE_VIDEO_CARDS+=" video_cards_${card}" |