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 81E6013835A for ; Mon, 9 Nov 2020 01:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5D6AE07A5; Mon, 9 Nov 2020 01:54:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4FAFDE07A5 for ; Mon, 9 Nov 2020 01:54:54 +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 253B533BECB for ; Mon, 9 Nov 2020 01:54:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65A693AB for ; Mon, 9 Nov 2020 01:54:51 +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: <1604886867.7ecc3e21a0c3386fdfba207a4ee67fd679508420.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfixes/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXfixes/libXfixes-5.0.3-r2.ebuild x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild X-VCS-Directories: x11-libs/libXfixes/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7ecc3e21a0c3386fdfba207a4ee67fd679508420 X-VCS-Branch: master Date: Mon, 9 Nov 2020 01:54:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09c6dc45-ea59-4448-acd1-8ecd7a4f32eb X-Archives-Hash: 9ed4991f5a0c1a67798aae16a8e87eaf commit: 7ecc3e21a0c3386fdfba207a4ee67fd679508420 Author: Matt Turner gentoo org> AuthorDate: Mon Nov 9 01:13:54 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Nov 9 01:54:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ecc3e21 x11-libs/libXfixes: Move x11-proto/xorg-proto to DEPEND Signed-off-by: Matt Turner gentoo.org> .../{libXfixes-5.0.3-r2.ebuild => libXfixes-5.0.3-r3.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-libs/libXfixes/libXfixes-5.0.3-r2.ebuild b/x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild similarity index 89% rename from x11-libs/libXfixes/libXfixes-5.0.3-r2.ebuild rename to x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild index 8de3786ab7b..944f00f0577 100644 --- a/x11-libs/libXfixes/libXfixes-5.0.3-r2.ebuild +++ b/x11-libs/libXfixes/libXfixes-5.0.3-r3.ebuild @@ -11,6 +11,7 @@ DESCRIPTION="X.Org Xfixes library" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -RDEPEND="x11-base/xorg-proto +RDEPEND=" >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-base/xorg-proto"