Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xinput_calibrator/
Date: Fri, 27 Apr 2018 01:39:58
Message-Id: 1524792895.d9b3fbfe0b2c849e3d211e6eaa2bd2330b9c87ca.mattst88@gentoo
1 commit: d9b3fbfe0b2c849e3d211e6eaa2bd2330b9c87ca
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 01:34:55 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 01:34:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b3fbfe
7
8 x11-apps/xinput_calibrator: Transition deps to x11-base/xorg-proto
9
10 ...ut_calibrator-0.7.5.ebuild => xinput_calibrator-0.7.5-r1.ebuild} | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 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
14 similarity index 90%
15 rename from x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
16 rename to x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
17 index d00be953da8..e1f2aa30966 100644
18 --- a/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5.ebuild
19 +++ b/x11-apps/xinput_calibrator/xinput_calibrator-0.7.5-r1.ebuild
20 @@ -13,13 +13,13 @@ SLOT="0"
21 KEYWORDS="amd64 arm x86"
22 IUSE="gtk"
23
24 -DEPEND="x11-libs/libX11
25 +RDEPEND="x11-libs/libX11
26 x11-libs/libXext
27 x11-libs/libXi
28 x11-libs/libXrandr
29 - x11-proto/inputproto
30 gtk? ( dev-cpp/gtkmm:2.4 )"
31 -RDEPEND="${DEPEND}"
32 +DEPEND="${RDEPEND}
33 + x11-base/xorg-proto"
34
35 src_configure() {
36 append-cxxflags -std=c++11 #566594