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 E289B138351 for ; Wed, 25 Mar 2020 13:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE0AEE0BEE; Wed, 25 Mar 2020 13:46:03 +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 D07BEE0BEE for ; Wed, 25 Mar 2020 13:46:03 +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 114EA34F6ED for ; Wed, 25 Mar 2020 13:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C59D195 for ; Wed, 25 Mar 2020 13:46:00 +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: <1585143922.0ad4a0883dec3944baff16b373bb99409e36a970.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/springlobby/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/springlobby/springlobby-0.269.ebuild X-VCS-Directories: games-util/springlobby/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0ad4a0883dec3944baff16b373bb99409e36a970 X-VCS-Branch: master Date: Wed, 25 Mar 2020 13:46:00 +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: d128ceb9-f521-48c3-8a7b-d55cf888b35f X-Archives-Hash: bb240aa247f4e30af10c5cd9ca96a357 commit: 0ad4a0883dec3944baff16b373bb99409e36a970 Author: Joonas Niilola gentoo org> AuthorDate: Wed Mar 25 12:31:05 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Mar 25 13:45:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad4a088 games-util/springlobby: fix DEPEND/BDEPEND/RDEPEND logic Signed-off-by: Joonas Niilola gentoo.org> games-util/springlobby/springlobby-0.269.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-util/springlobby/springlobby-0.269.ebuild b/games-util/springlobby/springlobby-0.269.ebuild index e8b393a9a6d..d35dc36a2bb 100644 --- a/games-util/springlobby/springlobby-0.269.ebuild +++ b/games-util/springlobby/springlobby-0.269.ebuild @@ -30,9 +30,9 @@ RDEPEND=" ) " -BDEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) -" +DEPEND="${RDEPEND}" + +BDEPEND="nls? ( sys-devel/gettext )" src_configure() { setup-wxwidgets