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 1A70A138350 for ; Mon, 20 Jan 2020 12:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7587EE0942; Mon, 20 Jan 2020 12:52:21 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5873AE0942 for ; Mon, 20 Jan 2020 12:52: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 38AE134E2E0 for ; Mon, 20 Jan 2020 12:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCF9F105 for ; Mon, 20 Jan 2020 12:52:16 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1579524684.c17cadaaa53e66bf2643dbff69d358b309221e7c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/bladerf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/bladerf/bladerf-2019.07.ebuild X-VCS-Directories: net-wireless/bladerf/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: c17cadaaa53e66bf2643dbff69d358b309221e7c X-VCS-Branch: master Date: Mon, 20 Jan 2020 12:52:16 +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: c1f40087-0bec-4a29-a7b8-8b3d7f6f6ab2 X-Archives-Hash: 31d384d275eaa2a005647da93007aa69 commit: c17cadaaa53e66bf2643dbff69d358b309221e7c Author: Agostino Sarubbo gentoo org> AuthorDate: Mon Jan 20 12:51:24 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon Jan 20 12:51:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17cadaa net-wireless/bladerf: amd64 stable wrt bug #705768 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> net-wireless/bladerf/bladerf-2019.07.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-wireless/bladerf/bladerf-2019.07.ebuild b/net-wireless/bladerf/bladerf-2019.07.ebuild index 686a4ee43c8..9ddd1192d71 100644 --- a/net-wireless/bladerf/bladerf-2019.07.ebuild +++ b/net-wireless/bladerf/bladerf-2019.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,13 +24,13 @@ MY_PN="bladeRF" if [[ ${PV} == "9999" ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/Nuand/${MY_PN}.git" - KEYWORDS="" + KEYWORDS="amd64" else MY_PV=${PV/\_/-} S="${WORKDIR}/${MY_PN}-${MY_PV}" SRC_URI="https://github.com/Nuand/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz \ https://github.com/analogdevicesinc/no-OS/archive/0bba46e6f6f75785a65d425ece37d0a04daf6157.tar.gz -> analogdevices-no-OS-0bba46.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" fi CDEPEND=">=dev-libs/libusb-1.0.16