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 5033F138350 for ; Sat, 21 Mar 2020 20:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DCFBE09CB; Sat, 21 Mar 2020 20:16:31 +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 5BB8DE09CB for ; Sat, 21 Mar 2020 20:16:31 +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 5625034F114 for ; Sat, 21 Mar 2020 20:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F4518A for ; Sat, 21 Mar 2020 20:16:28 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1584821782.f70a46c3ede2106696249295b2f9463199abf9c3.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sed/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sed/sed-4.8.ebuild X-VCS-Directories: sys-apps/sed/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f70a46c3ede2106696249295b2f9463199abf9c3 X-VCS-Branch: master Date: Sat, 21 Mar 2020 20:16: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: 49e2e9fb-6327-4fd8-a856-efc69f34d4e8 X-Archives-Hash: 225330d811bf0e811401216651b91f3b commit: f70a46c3ede2106696249295b2f9463199abf9c3 Author: David Michael gmail com> AuthorDate: Sat Mar 21 20:14:18 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Mar 21 20:16:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70a46c3 sys-apps/sed: Move sys-devel/gettext to BDEPEND Closes: https://bugs.gentoo.org/713680 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Lars Wendler gentoo.org> sys-apps/sed/sed-4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/sed/sed-4.8.ebuild b/sys-apps/sed/sed-4.8.ebuild index 3cf0562a177..20eb0d11292 100644 --- a/sys-apps/sed/sed-4.8.ebuild +++ b/sys-apps/sed/sed-4.8.ebuild @@ -22,13 +22,13 @@ RDEPEND=" ) " DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) static? ( acl? ( virtual/acl[static-libs(+)] ) nls? ( virtual/libintl[static-libs(+)] ) selinux? ( sys-libs/libselinux[static-libs(+)] ) ) " +BDEPEND="nls? ( sys-devel/gettext )" src_configure() { local myconf=()