x11-drivers/xf86-input-evdev: fix xorg-server:= dependency
authorMarty E. Plummer <hanetzer@startmail.com>
Fri, 20 Jul 2018 23:54:30 +0000 (18:54 -0500)
committerMatt Turner <mattst88@gentoo.org>
Fri, 27 Jul 2018 23:18:41 +0000 (16:18 -0700)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9302

x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.5-r1.ebuild
x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6-r1.ebuild
x11-drivers/xf86-input-evdev/xf86-input-evdev-9999.ebuild

index 4c2b79366a131a19554e8d6cd3797358ba7691e5..70f17aca574afc2769e7041fcc8d5ec452457eb4 100644 (file)
@@ -28,7 +28,7 @@ RDEPEND="
        dev-libs/libevdev
        sys-libs/mtdev
        virtual/libudev:=
-       >=x11-base/xorg-server-1.18[udev]
+       >=x11-base/xorg-server-1.18:=[udev]
 "
 DEPEND="
        ${LIVE_DEPEND}
index 4c2b79366a131a19554e8d6cd3797358ba7691e5..70f17aca574afc2769e7041fcc8d5ec452457eb4 100644 (file)
@@ -28,7 +28,7 @@ RDEPEND="
        dev-libs/libevdev
        sys-libs/mtdev
        virtual/libudev:=
-       >=x11-base/xorg-server-1.18[udev]
+       >=x11-base/xorg-server-1.18:=[udev]
 "
 DEPEND="
        ${LIVE_DEPEND}
index 8905d3eea3fa0546832ddcbecd8f052a00a038a6..70f17aca574afc2769e7041fcc8d5ec452457eb4 100644 (file)
@@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
        LIVE_DEPEND=">=x11-misc/util-macros-1.18"
 else
        SRC_URI="mirror://xorg/driver/${P}.tar.bz2"
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86"
+       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
 fi
 
 LICENSE="MIT"
@@ -28,7 +28,7 @@ RDEPEND="
        dev-libs/libevdev
        sys-libs/mtdev
        virtual/libudev:=
-       >=x11-base/xorg-server-1.18[udev]
+       >=x11-base/xorg-server-1.18:=[udev]
 "
 DEPEND="
        ${LIVE_DEPEND}