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-libs/xcb-util-cursor/
Date: Fri, 27 Apr 2018 01:16:11
Message-Id: 1524791758.2b9dac7ebf866ac57382e39f11a433648b8b7926.mattst88@gentoo
1 commit: 2b9dac7ebf866ac57382e39f11a433648b8b7926
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 24 05:41:05 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 01:15:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9dac7e
7
8 x11-libs/xcb-util-cursor: Move x11 proto deps to DEPEND
9
10 ...til-cursor-0.1.3-r1.ebuild => xcb-util-cursor-0.1.3-r2.ebuild} | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild
14 similarity index 89%
15 rename from x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
16 rename to x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild
17 index 1729b171763..07fec64a5c0 100644
18 --- a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
19 +++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -20,10 +20,10 @@ IUSE="test"
27
28 RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
29 >=x11-libs/xcb-util-image-0.3.9-r1[${MULTILIB_USEDEP}]
30 - >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}]
31 - >=x11-proto/xcb-proto-1.8-r3:=[${MULTILIB_USEDEP}]
32 - >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]"
33 + >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}]"
34 DEPEND="${RDEPEND}
35 + >=x11-proto/xcb-proto-1.8-r3:=[${MULTILIB_USEDEP}]
36 + >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]
37 >=dev-util/gperf-3.0.1
38 test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )"