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 1E26A138336 for ; Sun, 18 Aug 2019 23:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44A77E08F0; Sun, 18 Aug 2019 23:02:34 +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 26CE2E08F0 for ; Sun, 18 Aug 2019 23:02:34 +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 D9A65349DC9 for ; Sun, 18 Aug 2019 23:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 287A5765 for ; Sun, 18 Aug 2019 23:02:30 +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: <1566169346.94c298472a0bf3c59a3022e3b12e2d2f2d101dc0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash/bash-5.0_p9.ebuild X-VCS-Directories: app-shells/bash/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 94c298472a0bf3c59a3022e3b12e2d2f2d101dc0 X-VCS-Branch: master Date: Sun, 18 Aug 2019 23:02:30 +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: b1b2e63c-28da-430e-91d5-1103adbe3160 X-Archives-Hash: 63a86619215fc9597bb014242e3d4fbe commit: 94c298472a0bf3c59a3022e3b12e2d2f2d101dc0 Author: Lars Wendler gentoo org> AuthorDate: Sun Aug 18 23:02:01 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Aug 18 23:02:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c29847 app-shells/bash: Moved virtual/libintl back to (R)DEPEND. Thanks-to: Arfrever Frehtes Taifersar Arahesis Apache.Org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> app-shells/bash/bash-5.0_p9.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-shells/bash/bash-5.0_p9.ebuild b/app-shells/bash/bash-5.0_p9.ebuild index 1ead66883b4..38244a7b24f 100644 --- a/app-shells/bash/bash-5.0_p9.ebuild +++ b/app-shells/bash/bash-5.0_p9.ebuild @@ -51,6 +51,7 @@ IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline" DEPEND=" >=sys-libs/ncurses-5.2-r2:0= + nls? ( virtual/libintl ) readline? ( >=sys-libs/readline-${READLINE_VER}:0= ) " RDEPEND=" @@ -59,9 +60,6 @@ RDEPEND=" " # we only need yacc when the .y files get patched (bash42-005) #DEPEND+=" virtual/yacc" -BDEPEND=" - nls? ( virtual/libintl ) -" S="${WORKDIR}/${MY_P}"