commit: 2b9dac7ebf866ac57382e39f11a433648b8b7926
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 05:41:05 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 01:15:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9dac7e
x11-libs/xcb-util-cursor: Move x11 proto deps to DEPEND
...til-cursor-0.1.3-r1.ebuild => xcb-util-cursor-0.1.3-r2.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
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
similarity index 89%
rename from x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild
rename to x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild
index 1729b171763..07fec64a5c0 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,10 +20,10 @@ IUSE="test"
RDEPEND=">=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}]
>=x11-libs/xcb-util-image-0.3.9-r1[${MULTILIB_USEDEP}]
- >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}]
- >=x11-proto/xcb-proto-1.8-r3:=[${MULTILIB_USEDEP}]
- >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]"
+ >=x11-libs/xcb-util-renderutil-0.3.9[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}
+ >=x11-proto/xcb-proto-1.8-r3:=[${MULTILIB_USEDEP}]
+ >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]
>=dev-util/gperf-3.0.1
test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )"