summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-04-26 18:34:55 -0700
committerMatt Turner <mattst88@gentoo.org>2018-04-26 18:34:55 -0700
commitd9b3fbfe0b2c849e3d211e6eaa2bd2330b9c87ca (patch)
tree076ca7ea3c856e63617d2dc049a84187bd7bf7ff /x11-apps
parentdev-tcltk/tkXwin: Transition deps to x11-base/xorg-proto (diff)
downloadgentoo-d9b3fbfe0b2c849e3d211e6eaa2bd2330b9c87ca.tar.gz
gentoo-d9b3fbfe0b2c849e3d211e6eaa2bd2330b9c87ca.tar.bz2
gentoo-d9b3fbfe0b2c849e3d211e6eaa2bd2330b9c87ca.zip
x11-apps/xinput_calibrator: Transition deps to x11-base/xorg-proto
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild (renamed from x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
index d00be953da85..e1f2aa309667 100644
--- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
+++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
@@ -13,13 +13,13 @@ SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE="gtk"
-DEPEND="x11-libs/libX11
+RDEPEND="x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrandr
- x11-proto/inputproto
gtk? ( dev-cpp/gtkmm:2.4 )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
src_configure() {
append-cxxflags -std=c++11 #566594