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 90151138334 for ; Tue, 12 Feb 2019 22:30:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71DF5E089B; Tue, 12 Feb 2019 22:30:21 +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 4DB54E089B for ; Tue, 12 Feb 2019 22:30:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F3891340A38 for ; Tue, 12 Feb 2019 22:30:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9B7053D for ; Tue, 12 Feb 2019 22:30:05 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1550010560.f63e2b449d2c66ba632b03e185c1b5fe3d8ced5b.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gdb/gdb-8.2.1.ebuild sys-devel/gdb/gdb-9999.ebuild X-VCS-Directories: sys-devel/gdb/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f63e2b449d2c66ba632b03e185c1b5fe3d8ced5b X-VCS-Branch: master Date: Tue, 12 Feb 2019 22:30:05 +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: 44e3a2da-3b1b-4cf1-945b-02614092645b X-Archives-Hash: bc2125563a8c63007f3229b29c84999f commit: f63e2b449d2c66ba632b03e185c1b5fe3d8ced5b Author: James Le Cuirot gentoo org> AuthorDate: Tue Feb 12 22:29:20 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Feb 12 22:29:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f63e2b44 sys-devel/gdb: Move DEPEND to BDEPEND in EAPI 7 ebuilds Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: James Le Cuirot gentoo.org> sys-devel/gdb/gdb-8.2.1.ebuild | 3 ++- sys-devel/gdb/gdb-9999.ebuild | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys-devel/gdb/gdb-8.2.1.ebuild b/sys-devel/gdb/gdb-8.2.1.ebuild index 57cee06eec9..07d29366637 100644 --- a/sys-devel/gdb/gdb-8.2.1.ebuild +++ b/sys-devel/gdb/gdb-8.2.1.ebuild @@ -79,7 +79,8 @@ RDEPEND=" xml? ( dev-libs/expat ) sys-libs/zlib )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" app-arch/xz-utils sys-apps/texinfo client? ( diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index 6b7e1a97c8b..5141bb24147 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -79,7 +79,8 @@ RDEPEND=" xml? ( dev-libs/expat ) sys-libs/zlib )" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" app-arch/xz-utils sys-apps/texinfo client? (