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 F2C09138334 for ; Wed, 4 Dec 2019 00:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD93EE0857; Wed, 4 Dec 2019 00:25:51 +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 862CCE0857 for ; Wed, 4 Dec 2019 00:25:51 +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 2CCAC34D788 for ; Wed, 4 Dec 2019 00:25:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87B3D7FE for ; Wed, 4 Dec 2019 00:25:47 +0000 (UTC) From: "Rick 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, "Rick Farina" Message-ID: <1575419148.a2cff0c056a8397852e4037ab643e4a2c4032118.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/airspy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/airspy/airspy-1.0.9.ebuild net-wireless/airspy/airspy-9999.ebuild X-VCS-Directories: net-wireless/airspy/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: a2cff0c056a8397852e4037ab643e4a2c4032118 X-VCS-Branch: master Date: Wed, 4 Dec 2019 00:25:47 +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: b4307da9-80bd-45ac-b2ec-f8c0e561fc7b X-Archives-Hash: 3242988fd5b13efae25919e08be6f44c commit: a2cff0c056a8397852e4037ab643e4a2c4032118 Author: Rick Farina gentoo org> AuthorDate: Wed Dec 4 00:22:42 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Wed Dec 4 00:25:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cff0c0 net-wireless/airspy: add ~arm Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Rick Farina gentoo.org> net-wireless/airspy/airspy-1.0.9.ebuild | 3 +-- net-wireless/airspy/airspy-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/net-wireless/airspy/airspy-1.0.9.ebuild b/net-wireless/airspy/airspy-1.0.9.ebuild index 0dab450c333..c87df5170b7 100644 --- a/net-wireless/airspy/airspy-1.0.9.ebuild +++ b/net-wireless/airspy/airspy-1.0.9.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=7 @@ -15,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/airspy/host/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/airspyone_host-${PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi LICENSE="GPL-2+" diff --git a/net-wireless/airspy/airspy-9999.ebuild b/net-wireless/airspy/airspy-9999.ebuild index 0dab450c333..c87df5170b7 100644 --- a/net-wireless/airspy/airspy-9999.ebuild +++ b/net-wireless/airspy/airspy-9999.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=7 @@ -15,7 +14,7 @@ if [[ ${PV} == 9999* ]]; then else SRC_URI="https://github.com/airspy/host/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/airspyone_host-${PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi LICENSE="GPL-2+"