summaryrefslogtreecommitdiff
path: root/x11-drivers/xf86-input-joystick
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-drivers/xf86-input-joystick
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-drivers/xf86-input-joystick')
-rw-r--r--x11-drivers/xf86-input-joystick/Manifest2
-rw-r--r--x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild13
2 files changed, 8 insertions, 7 deletions
diff --git a/x11-drivers/xf86-input-joystick/Manifest b/x11-drivers/xf86-input-joystick/Manifest
index 1424c5cfb178..e2ff7d282dfa 100644
--- a/x11-drivers/xf86-input-joystick/Manifest
+++ b/x11-drivers/xf86-input-joystick/Manifest
@@ -1,3 +1,3 @@
DIST xf86-input-joystick-1.6.3.tar.bz2 351846 BLAKE2B 3cbba17066cce241d6ed1a04ae26d4a875b994b47eb2d1078704d9dd109c9477ca367aebfec15b3358a7c857b91a8e751a83c2c4bab28f26b7aa6c02119463d8 SHA512 541c993bd37dd74d96d90060407d9fb9ebd3fbca352189a08c6b0c899c84609a1b5a3c1ea3febb4ceb5e2b881b54e45c75b8f9b2e475e16d7cffbbe42a3221e5
-EBUILD xf86-input-joystick-1.6.3.ebuild 448 BLAKE2B 81bdba0b3f39d058716640d46ae9e90010dfb33832de937d847a4cae924e73096c88fb1733c3eb07a1d11987673d07ccb65116edeaa41c7a8edc6bfc4a462c86 SHA512 e04e10f8d636a948f4d11c909988d7b82007203875a683916fd39a54c6b231a6dbfb140507ad3dae39c1b2812d16185f3a5d36d36984446bbe37837191507b78
+EBUILD xf86-input-joystick-1.6.3.ebuild 435 BLAKE2B 7a2b84da0d3556bb05319113a6fe5200b3ecccb34b160cfd1a659be865420baa874f2fea68aca7ae0ef65364a16ab0e03ca0583865d3b72cf0b3b2dd7e8d778f SHA512 b621e198991611ad8a70592a72af1d6e34f0b6961a0a8241b3650c94394a2f79fe1255f85d1da0b393399437c5da853f762a758617a670cdb81ac1f01b06f9e4
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild
index 34cdc10a84f3..ebf5a3965895 100644
--- a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild
+++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.6.3.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit xorg-2
+EAPI=7
+
+inherit xorg-3
DESCRIPTION="X.Org driver for joystick input devices"
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-RDEPEND=">=x11-base/xorg-server-1.10"
+RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-base/xorg-proto"
src_install() {
- xorg-2_src_install
+ xorg-3_src_install
+
insinto /usr/share/X11/xorg.conf.d
doins config/50-joystick-all.conf
}