diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-23 22:41:05 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-26 18:15:58 -0700 |
commit | 2b9dac7ebf866ac57382e39f11a433648b8b7926 (patch) | |
tree | d4f3c5b10abdb45e55b549aa717e2227c7193031 /x11-libs/xcb-util-cursor | |
parent | x11-wm/page: Drop old versions (diff) | |
download | gentoo-2b9dac7ebf866ac57382e39f11a433648b8b7926.tar.gz gentoo-2b9dac7ebf866ac57382e39f11a433648b8b7926.tar.bz2 gentoo-2b9dac7ebf866ac57382e39f11a433648b8b7926.zip |
x11-libs/xcb-util-cursor: Move x11 proto deps to DEPEND
Diffstat (limited to 'x11-libs/xcb-util-cursor')
-rw-r--r-- | x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild (renamed from x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild) | 8 |
1 files 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 index 1729b1717639..07fec64a5c04 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}] )" |