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/xpyb/
Date: Fri, 27 Apr 2018 01:16:11
Message-Id: 1524791758.619345792d99060df8916f694c3ef8c697c87fc2.mattst88@gentoo
1 commit: 619345792d99060df8916f694c3ef8c697c87fc2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 24 05:46:40 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=61934579
7
8 x11-libs/xpyb: Move x11 proto deps to DEPEND
9
10 x11-libs/xpyb/{xpyb-1.3.1-r4.ebuild => xpyb-1.3.1-r5.ebuild} | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/x11-libs/xpyb/xpyb-1.3.1-r4.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r5.ebuild
14 similarity index 94%
15 rename from x11-libs/xpyb/xpyb-1.3.1-r4.ebuild
16 rename to x11-libs/xpyb/xpyb-1.3.1-r5.ebuild
17 index 1e7d210bc6a..372180a1ee4 100644
18 --- a/x11-libs/xpyb/xpyb-1.3.1-r4.ebuild
19 +++ b/x11-libs/xpyb/xpyb-1.3.1-r5.ebuild
20 @@ -18,9 +18,9 @@ IUSE="selinux"
21 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
22
23 RDEPEND=">=x11-libs/libxcb-1.7
24 - >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}]
25 ${PYTHON_DEPS}"
26 -DEPEND="${RDEPEND}"
27 +DEPEND="${RDEPEND}
28 + >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}]"
29
30 PATCHES=(
31 "${FILESDIR}"/${PN}-python.patch