From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67D65138331 for ; Fri, 27 Apr 2018 01:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1676E0918; Fri, 27 Apr 2018 01:16:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DB88E0918 for ; Fri, 27 Apr 2018 01:16:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0EA3335C7C for ; Fri, 27 Apr 2018 01:16:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3042129B for ; Fri, 27 Apr 2018 01:16:08 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1524791758.2b9dac7ebf866ac57382e39f11a433648b8b7926.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-cursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r1.ebuild x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.3-r2.ebuild X-VCS-Directories: x11-libs/xcb-util-cursor/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2b9dac7ebf866ac57382e39f11a433648b8b7926 X-VCS-Branch: master Date: Fri, 27 Apr 2018 01:16:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3751a2da-077d-4337-8d1a-54ea17843cef X-Archives-Hash: abc7fd9f74af008bfb5d294c038c952a commit: 2b9dac7ebf866ac57382e39f11a433648b8b7926 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 24 05:41:05 2018 +0000 Commit: Matt Turner gentoo 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}] )"