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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60B43158090 for ; Tue, 24 May 2022 07:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2638E08D3; Tue, 24 May 2022 07:13:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A8A8E08D3 for ; Tue, 24 May 2022 07:13:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A78BA3419A5 for ; Tue, 24 May 2022 07:13:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C07446D for ; Tue, 24 May 2022 07:13:03 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1653376380.44e43c8cc18894f9723d2abbcee34f64eb0c57fa.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfe/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xfe/xfe-1.44.ebuild X-VCS-Directories: x11-misc/xfe/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 44e43c8cc18894f9723d2abbcee34f64eb0c57fa X-VCS-Branch: master Date: Tue, 24 May 2022 07:13:03 +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: f243b593-ec44-4552-9036-23d235ebbce1 X-Archives-Hash: a888cc4162599bd40874f49c5d5173b5 commit: 44e43c8cc18894f9723d2abbcee34f64eb0c57fa Author: Joonas Niilola gentoo org> AuthorDate: Tue May 24 07:12:22 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue May 24 07:13:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e43c8c x11-misc/xfe: adjust deps for 1.44, include BDEPEND Signed-off-by: Joonas Niilola gentoo.org> x11-misc/xfe/xfe-1.44.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/x11-misc/xfe/xfe-1.44.ebuild b/x11-misc/xfe/xfe-1.44.ebuild index 0f46f4222a52..e113262eb229 100644 --- a/x11-misc/xfe/xfe-1.44.ebuild +++ b/x11-misc/xfe/xfe-1.44.ebuild @@ -23,13 +23,17 @@ RDEPEND=" x11-libs/libXrandr x11-libs/libX11 x11-libs/libXft - startup-notification? ( x11-libs/startup-notification ) + startup-notification? ( + x11-libs/libxcb:= + x11-libs/startup-notification + x11-libs/xcb-util + ) " -DEPEND=" - ${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/intltool virtual/pkgconfig nls? ( - dev-util/intltool sys-devel/gettext ) "