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 3810E138331 for ; Tue, 22 May 2018 01:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 210FEE0858; Tue, 22 May 2018 01:19:34 +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 F14F1E0858 for ; Tue, 22 May 2018 01:19:33 +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 9AF09335C60 for ; Tue, 22 May 2018 01:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E0862AB 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.2ced7e07ab74be5802d4ab8ad0423e3ed361e06f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xcb-util-keysyms/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild X-VCS-Directories: x11-libs/xcb-util-keysyms/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2ced7e07ab74be5802d4ab8ad0423e3ed361e06f 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: e6433dba-1c58-4169-8e0e-f3f1e0bf0956 X-Archives-Hash: 91cce302a850dadf7ec331e8a9f6e3b4 commit: 2ced7e07ab74be5802d4ab8ad0423e3ed361e06f Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon May 21 18:56:51 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=2ced7e07 x11-libs/xcb-util-keysyms: Update x11-proto/xproto dependency to x11-base/xorg-proto and drop it from RDEPEND. ...b-util-keysyms-0.4.0.ebuild => xcb-util-keysyms-0.4.0-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild similarity index 84% rename from x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild rename to x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.ebuild index ac33aa169bb..8fc2eab4ebb 100644 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0.ebuild +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.4.0-r1.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 @@ -17,10 +17,10 @@ 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:=[${MULTILIB_USEDEP}] - >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" +RDEPEND="x11-libs/libxcb:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} >=dev-util/gperf-3.0.1 + x11-base/xorg-proto test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" src_configure() {