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 3D14E138359 for ; Wed, 6 May 2020 17:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02D28E0970; Wed, 6 May 2020 17:25:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DF2A0E0970 for ; Wed, 6 May 2020 17:25:30 +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 2242B34F672 for ; Wed, 6 May 2020 17:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01DC250 for ; Wed, 6 May 2020 17:25:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1588785921.822d943a1401b1c5cea713fa653c3b86c8bdda43.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/motif/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/motif/motif-2.3.8-r1.ebuild X-VCS-Directories: x11-libs/motif/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 822d943a1401b1c5cea713fa653c3b86c8bdda43 X-VCS-Branch: master Date: Wed, 6 May 2020 17:25:26 +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: eb35a57b-028e-43ab-a229-8a97547dfb3e X-Archives-Hash: fccea63967d62e34f57d69bc8b1d1d34 commit: 822d943a1401b1c5cea713fa653c3b86c8bdda43 Author: Michał Górny gentoo org> AuthorDate: Wed May 6 16:57:39 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 6 17:25:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822d943a x11-libs/motif: Remove stale sys-freebsd/ deps Signed-off-by: Michał Górny gentoo.org> x11-libs/motif/motif-2.3.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/motif/motif-2.3.8-r1.ebuild b/x11-libs/motif/motif-2.3.8-r1.ebuild index 9467ae78990..a12cad9e2ba 100644 --- a/x11-libs/motif/motif-2.3.8-r1.ebuild +++ b/x11-libs/motif/motif-2.3.8-r1.ebuild @@ -30,7 +30,7 @@ RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] DEPEND="${RDEPEND} sys-devel/flex - || ( dev-util/byacc sys-freebsd/freebsd-ubin ) + dev-util/byacc x11-base/xorg-proto x11-misc/xbitmaps"