diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-08 22:18:37 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-08 22:22:32 -0400 |
commit | 2be3c542e3de19229c536047b32fed847b052e9b (patch) | |
tree | 1b7b3cf8de96bcc86dc8e6761fefcbd229caf4dc /x11-libs | |
parent | media-sound/playerctl: fix gdbus-codegen handling in configure.ac (diff) | |
download | gentoo-2be3c542e3de19229c536047b32fed847b052e9b.tar.gz gentoo-2be3c542e3de19229c536047b32fed847b052e9b.tar.bz2 gentoo-2be3c542e3de19229c536047b32fed847b052e9b.zip |
x11-libs/libdrm: arm64 stable (bug #682616)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.97.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libdrm/libdrm-2.4.97.ebuild b/x11-libs/libdrm/libdrm-2.4.97.ebuild index 601edf6f3f92..7bfbe22034c1 100644 --- a/x11-libs/libdrm/libdrm-2.4.97.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.97.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} = 9999* ]]; then SRC_URI="" 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 ~x86-linux" + KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware" |