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 B7B0A138350 for ; Thu, 20 Feb 2020 13:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82EE0E08FC; Thu, 20 Feb 2020 13:27:32 +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 69191E08FC for ; Thu, 20 Feb 2020 13:27:32 +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 F2DFD34EE25 for ; Thu, 20 Feb 2020 13:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B409149 for ; Thu, 20 Feb 2020 13:27:28 +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: <1582204641.40dedb2108974be53216b6f48d308ce7f28e5263.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/amule/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/amule/amule-9999.ebuild X-VCS-Directories: net-p2p/amule/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 40dedb2108974be53216b6f48d308ce7f28e5263 X-VCS-Branch: master Date: Thu, 20 Feb 2020 13:27:28 +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: bc46cb00-ed17-440a-99c0-12f0119cf63f X-Archives-Hash: ef1abf40d0508b0a27ea8d82451a4f23 commit: 40dedb2108974be53216b6f48d308ce7f28e5263 Author: Joonas Niilola gentoo org> AuthorDate: Thu Feb 20 11:57:02 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 20 13:17:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dedb21 net-p2p/amule: move gettext to BDEPEND in -9999 Signed-off-by: Joonas Niilola gentoo.org> net-p2p/amule/amule-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/amule/amule-9999.ebuild b/net-p2p/amule/amule-9999.ebuild index c18f9ad656b..f14cc28e5c4 100644 --- a/net-p2p/amule/amule-9999.ebuild +++ b/net-p2p/amule/amule-9999.ebuild @@ -40,10 +40,10 @@ RDEPEND=" upnp? ( net-libs/libupnp:0 ) " DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) X? ( dev-util/desktop-file-utils ) " -BDEPEND="virtual/pkgconfig" +BDEPEND="virtual/pkgconfig + nls? ( sys-devel/gettext )" PATCHES=( )