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 52896139694 for ; Wed, 24 May 2017 01:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F64E21C10F; Wed, 24 May 2017 01:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A50021C10F for ; Wed, 24 May 2017 01:27:59 +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 4D381341748 for ; Wed, 24 May 2017 01:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6E2E7454 for ; Wed, 24 May 2017 01:27:56 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1495589241.4884b1028ea00227ebba7c0e118787006ebf4996.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gnuradio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gnuradio/gnuradio-3.7.10.2.ebuild net-wireless/gnuradio/gnuradio-3.7.11.ebuild net-wireless/gnuradio/gnuradio-9999.ebuild X-VCS-Directories: net-wireless/gnuradio/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 4884b1028ea00227ebba7c0e118787006ebf4996 X-VCS-Branch: master Date: Wed, 24 May 2017 01:27:56 +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-Archives-Salt: 82e6d54f-7562-478d-8e0d-18c9e190b996 X-Archives-Hash: f18e37eb641aed43bb463d167f121290 commit: 4884b1028ea00227ebba7c0e118787006ebf4996 Author: Zero_Chaos gentoo org> AuthorDate: Wed May 24 01:27:21 2017 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed May 24 01:27:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4884b102 net-wireless/gnuradio: missing dep on app-text/docbook-xml-dtd:4.2 causes build failure Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-wireless/gnuradio/gnuradio-3.7.10.2.ebuild | 1 + net-wireless/gnuradio/gnuradio-3.7.11.ebuild | 1 + net-wireless/gnuradio/gnuradio-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-wireless/gnuradio/gnuradio-3.7.10.2.ebuild b/net-wireless/gnuradio/gnuradio-3.7.10.2.ebuild index 6a1a788a7f6..f12ff19d36f 100644 --- a/net-wireless/gnuradio/gnuradio-3.7.10.2.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.7.10.2.ebuild @@ -88,6 +88,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.2 >=dev-lang/swig-3.0.5 dev-python/cheetah[${PYTHON_USEDEP}] virtual/pkgconfig diff --git a/net-wireless/gnuradio/gnuradio-3.7.11.ebuild b/net-wireless/gnuradio/gnuradio-3.7.11.ebuild index f8a123560e7..361fda83547 100644 --- a/net-wireless/gnuradio/gnuradio-3.7.11.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.7.11.ebuild @@ -88,6 +88,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.2 >=dev-lang/swig-3.0.5 dev-python/cheetah[${PYTHON_USEDEP}] virtual/pkgconfig diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index dc546655839..345e0da2692 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -88,6 +88,7 @@ RDEPEND="${PYTHON_DEPS} " DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.2 >=dev-lang/swig-3.0.5 dev-python/cheetah[${PYTHON_USEDEP}] virtual/pkgconfig