diff options
author | 2018-05-12 02:20:37 +0200 | |
---|---|---|
committer | 2018-05-11 17:32:41 -0700 | |
commit | b1bded37f8f09ce2c35805d365694dab7569fc27 (patch) | |
tree | 84be293c16cfa89028e76f8eb38008983bd2cfc5 /x11-apps/xinput | |
parent | net-wireless/gnome-bluetooth: Update dependencies (x11-proto/* -> x11-base/xo... (diff) | |
download | gentoo-b1bded37f8f09ce2c35805d365694dab7569fc27.tar.gz gentoo-b1bded37f8f09ce2c35805d365694dab7569fc27.tar.bz2 gentoo-b1bded37f8f09ce2c35805d365694dab7569fc27.zip |
x11-apps/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Diffstat (limited to 'x11-apps/xinput')
-rw-r--r-- | x11-apps/xinput/xinput-1.6.1.ebuild | 4 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.6.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-apps/xinput/xinput-1.6.1.ebuild b/x11-apps/xinput/xinput-1.6.1.ebuild index 56ec43dcc08d..3b30c64ba019 100644 --- a/x11-apps/xinput/xinput-1.6.1.ebuild +++ b/x11-apps/xinput/xinput-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,4 +15,4 @@ RDEPEND=">=x11-libs/libX11-1.3 x11-libs/libXinerama x11-libs/libXrandr" DEPEND="${RDEPEND} - >=x11-proto/inputproto-2.1.99.1" + x11-base/xorg-proto" diff --git a/x11-apps/xinput/xinput-1.6.2.ebuild b/x11-apps/xinput/xinput-1.6.2.ebuild index 6084a3a12fb4..4e7ffe27b9ae 100644 --- a/x11-apps/xinput/xinput-1.6.2.ebuild +++ b/x11-apps/xinput/xinput-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,4 +15,4 @@ RDEPEND=">=x11-libs/libX11-1.3 x11-libs/libXinerama x11-libs/libXrandr" DEPEND="${RDEPEND} - >=x11-proto/inputproto-2.1.99.1" + x11-base/xorg-proto" |