diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-01-19 21:40:59 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-01-19 22:08:29 +0200 |
commit | 8c4e99c4f24cb46b1cd05a514619dcf493395cb0 (patch) | |
tree | 083fca10b625a0a994405f9a0735504e2e57b0f4 /x11-libs | |
parent | app-eselect/eselect-opengl: arm64 stable (diff) | |
download | gentoo-8c4e99c4f24cb46b1cd05a514619dcf493395cb0.tar.gz gentoo-8c4e99c4f24cb46b1cd05a514619dcf493395cb0.tar.bz2 gentoo-8c4e99c4f24cb46b1cd05a514619dcf493395cb0.zip |
x11-libs/libdrm: arm64 stable
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.96.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libdrm/libdrm-2.4.96.ebuild b/x11-libs/libdrm/libdrm-2.4.96.ebuild index e171872afadf..3a5364686a6c 100644 --- a/x11-libs/libdrm/libdrm-2.4.96.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.96.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |