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 445801382C5 for ; Tue, 22 May 2018 01:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80F88E0880; Tue, 22 May 2018 01:19:35 +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 5210DE087D for ; Tue, 22 May 2018 01:19:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 39A66335C30 for ; Tue, 22 May 2018 01:19:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30DA62AC for ; Tue, 22 May 2018 01:19:31 +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: <1526951112.ad9eaf543632a5f9303cf783f18c8ea8608d406f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-renderutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild X-VCS-Directories: x11-libs/xcb-util-renderutil/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ad9eaf543632a5f9303cf783f18c8ea8608d406f X-VCS-Branch: master Date: Tue, 22 May 2018 01:19:31 +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: a3381557-c2ec-4bd8-81b6-137fb82cc460 X-Archives-Hash: 3a3e7e3937f1092700ada140657f450d commit: ad9eaf543632a5f9303cf783f18c8ea8608d406f Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon May 21 19:04:03 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue May 22 01:05:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9eaf54 x11-libs/xcb-util-renderutil: Drop x11-proto/xproto from dependencies. ...enderutil-0.3.9-r1.ebuild => xcb-util-renderutil-0.3.9-r2.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild similarity index 84% rename from x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild rename to x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r2.ebuild index 7f8a056ea0b..073a9fb693f 100644 --- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-r1.ebuild +++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.9-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 @@ -18,8 +18,7 @@ HOMEPAGE="https://xcb.freedesktop.org/" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" -RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )"