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 5CC76138335 for ; Wed, 6 Jun 2018 08:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25450E09D9; Wed, 6 Jun 2018 08:13:57 +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 BF3E6E09D9 for ; Wed, 6 Jun 2018 08:13:56 +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 ACD68335C81 for ; Wed, 6 Jun 2018 08:13:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81D1D2CE for ; Wed, 6 Jun 2018 08:13:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1528272531.ad034c06cb665bd59c5746361ca1cc159c375758.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-osmosdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612.ebuild X-VCS-Directories: net-wireless/gr-osmosdr/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ad034c06cb665bd59c5746361ca1cc159c375758 X-VCS-Branch: master Date: Wed, 6 Jun 2018 08:13:52 +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: 1a4ea85c-0c00-4290-a2cd-405138f66223 X-Archives-Hash: e50ce6b964161eec24bcdd72ef002a41 commit: ad034c06cb665bd59c5746361ca1cc159c375758 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 3 17:14:57 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jun 6 08:08:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad034c06 net-wireless/gr-osmosdr: Re-add ~arm following USE=soapy mask Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612.ebuild b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612.ebuild index 156b4781b57..579c974f8ab 100644 --- a/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612.ebuild +++ b/net-wireless/gr-osmosdr/gr-osmosdr-0.1.4_p20170612.ebuild @@ -13,14 +13,13 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 SRC_URI="" EGIT_REPO_URI="git://git.osmocom.org/${PN}.git" - KEYWORDS="" else #SRC_URI="http://cgit.osmocom.org/gr-osmosdr/snapshot/gr-osmosdr-${PV}.tar.xz" #git clone git://git.osmocom.org/gr-osmosdr.git #cd gr-osmosdr #git archive --format=tar --prefix=gr-osmosdr-${PV}/ v${PV} | xz > ../gr-osmosdr-${PV}.tar.xz SRC_URI="https://dev.gentoo.org/~zerochaos/distfiles/gr-osmosdr-${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi LICENSE="GPL-3"