diff options
author | Sam James <sam@gentoo.org> | 2021-03-09 10:30:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-09 10:30:19 +0000 |
commit | a36f525ae645dfa4730fd89972f39e82c567e7cd (patch) | |
tree | d35310f4b0780e488ce4c5a510a0276fbeeb111d /x11-libs/libdrm | |
parent | dev-libs/wayland: Stabilize 1.19.0 arm, #774921 (diff) | |
download | gentoo-a36f525ae645dfa4730fd89972f39e82c567e7cd.tar.gz gentoo-a36f525ae645dfa4730fd89972f39e82c567e7cd.tar.bz2 gentoo-a36f525ae645dfa4730fd89972f39e82c567e7cd.zip |
x11-libs/libdrm: Stabilize 2.4.104 arm, #774921
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/libdrm')
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.104.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libdrm/libdrm-2.4.104.ebuild b/x11-libs/libdrm/libdrm-2.4.104.ebuild index 48e056d6a358..74cf33b88cb9 100644 --- a/x11-libs/libdrm/libdrm-2.4.104.ebuild +++ b/x11-libs/libdrm/libdrm-2.4.104.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ if [[ ${PV} = 9999* ]]; then SRC_URI="" else SRC_URI="https://dri.freedesktop.org/libdrm/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vivante vmware" |