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 D6CC0139694 for ; Sat, 22 Apr 2017 22:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36B27E0BF4; Sat, 22 Apr 2017 22:28:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 168E8E0BF4 for ; Sat, 22 Apr 2017 22:28:47 +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 4002033BF1C for ; Sat, 22 Apr 2017 22:28:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C5669BC for ; Sat, 22 Apr 2017 22:28:44 +0000 (UTC) From: "Jason Donenfeld" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Donenfeld" Message-ID: <1492900117.7c86d7c528be3ed958afef5e3e244a5b39850f84.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/uhd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/uhd/uhd-3.9.6.ebuild X-VCS-Directories: net-wireless/uhd/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason Donenfeld X-VCS-Revision: 7c86d7c528be3ed958afef5e3e244a5b39850f84 X-VCS-Branch: master Date: Sat, 22 Apr 2017 22:28:44 +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: 93e3aa1a-0f71-479a-b333-a9a00b6ebd46 X-Archives-Hash: 1d4b352b4476089c1a8aa2d51514f10e commit: 7c86d7c528be3ed958afef5e3e244a5b39850f84 Author: Jason A. Donenfeld gentoo org> AuthorDate: Sat Apr 22 22:28:00 2017 +0000 Commit: Jason Donenfeld gentoo org> CommitDate: Sat Apr 22 22:28:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c86d7c5 net-wireless/uhd: requires mako to build Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-wireless/uhd/uhd-3.9.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-wireless/uhd/uhd-3.9.6.ebuild b/net-wireless/uhd/uhd-3.9.6.ebuild index ab4d780cf5f..7ad7928d4f2 100644 --- a/net-wireless/uhd/uhd-3.9.6.ebuild +++ b/net-wireless/uhd/uhd-3.9.6.ebuild @@ -25,6 +25,7 @@ RDEPEND="virtual/libusb:1 sys-libs/ncurses:0 " DEPEND="${RDEPEND} + dev-python/mako dev-python/cheetah app-arch/unzip"