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 E3A5F138350 for ; Tue, 10 Mar 2020 00:05:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23210E08E0; Tue, 10 Mar 2020 00:05:44 +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 B3303E08E0 for ; Tue, 10 Mar 2020 00:05:43 +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 63B3534F325 for ; Tue, 10 Mar 2020 00:05:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 842B815A for ; Tue, 10 Mar 2020 00:05:40 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1583798733.854abca0bdecb5efc0627aeb99f9f3e8299d8d65.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-hppa64/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild X-VCS-Directories: sys-devel/binutils-hppa64/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 854abca0bdecb5efc0627aeb99f9f3e8299d8d65 X-VCS-Branch: master Date: Tue, 10 Mar 2020 00:05:40 +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: ffe7a41e-58a5-4fe9-a16e-94ca780dc6af X-Archives-Hash: 89e4b2f183c552c6b59bc3ac158f5755 commit: 854abca0bdecb5efc0627aeb99f9f3e8299d8d65 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Mar 10 00:01:07 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Mar 10 00:05:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=854abca0 sys-devel/binutils-hppa64: move deps to BDEPEND for EAPI 7, bug #700898 Tweak only latest ~arch binutils-hppa64-2.34. Reported-by: David Michael Bug: https://bugs.gentoo.org/700898 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild index 97770ec57d6..526abae15db 100644 --- a/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.34.ebuild @@ -75,7 +75,8 @@ RDEPEND=" >=sys-devel/binutils-config-3 sys-libs/zlib " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" doc? ( sys-apps/texinfo ) test? ( dev-util/dejagnu ) nls? ( sys-devel/gettext )