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 5156E1382C5 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 ACE19E0931; 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 8A6E4E0931 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 B213A335C7D 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 575402A0 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.619345792d99060df8916f694c3ef8c697c87fc2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xpyb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xpyb/xpyb-1.3.1-r4.ebuild x11-libs/xpyb/xpyb-1.3.1-r5.ebuild X-VCS-Directories: x11-libs/xpyb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 619345792d99060df8916f694c3ef8c697c87fc2 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: 12fd9c3e-17d2-4c1e-8657-67d6d3649652 X-Archives-Hash: 8df828dd1e1087d0ed1b23c3be328ee4 commit: 619345792d99060df8916f694c3ef8c697c87fc2 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 24 05:46:40 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=61934579 x11-libs/xpyb: Move x11 proto deps to DEPEND x11-libs/xpyb/{xpyb-1.3.1-r4.ebuild => xpyb-1.3.1-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-libs/xpyb/xpyb-1.3.1-r4.ebuild b/x11-libs/xpyb/xpyb-1.3.1-r5.ebuild similarity index 94% rename from x11-libs/xpyb/xpyb-1.3.1-r4.ebuild rename to x11-libs/xpyb/xpyb-1.3.1-r5.ebuild index 1e7d210bc6a..372180a1ee4 100644 --- a/x11-libs/xpyb/xpyb-1.3.1-r4.ebuild +++ b/x11-libs/xpyb/xpyb-1.3.1-r5.ebuild @@ -18,9 +18,9 @@ IUSE="selinux" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=x11-libs/libxcb-1.7 - >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}] ${PYTHON_DEPS}" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + >=x11-proto/xcb-proto-1.7.1[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}"/${PN}-python.patch