commit: d9b3fbfe0b2c849e3d211e6eaa2bd2330b9c87ca
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 27 01:34:55 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 01:34:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b3fbfe
x11-apps/xinput_calibrator: Transition deps to x11-base/xorg-proto
...ut_calibrator-0.7.5.ebuild => xinput_calibrator-0.7.5-r1.ebuild} | 6 +++---
1 file 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
similarity index 90%
rename from x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
rename to x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
index d00be953da8..e1f2aa30966 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