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 505CE138334 for ; Thu, 13 Dec 2018 14:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72322E0E1F; Thu, 13 Dec 2018 14:23:55 +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 48F0EE0E1F for ; Thu, 13 Dec 2018 14:23:55 +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 47D5F335C8F for ; Thu, 13 Dec 2018 14:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E5794CE for ; Thu, 13 Dec 2018 14:23:52 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1544711030.80b84a62782d3afdd12b3e11a92b60bb7ced822d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/hamlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/hamlib/hamlib-3.3.ebuild X-VCS-Directories: media-libs/hamlib/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 80b84a62782d3afdd12b3e11a92b60bb7ced822d X-VCS-Branch: master Date: Thu, 13 Dec 2018 14:23: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ee2c4563-bf07-469e-a1a4-5e007b12c62d X-Archives-Hash: e452683cc5c7b920523629b255ea8dbb commit: 80b84a62782d3afdd12b3e11a92b60bb7ced822d Author: Mikle Kolyada gentoo org> AuthorDate: Thu Dec 13 14:22:30 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Dec 13 14:23:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b84a62 media-libs/hamlib: amd64 stable wrt bug #672074 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-libs/hamlib/hamlib-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/hamlib/hamlib-3.3.ebuild b/media-libs/hamlib/hamlib-3.3.ebuild index 81acd1872d2..55fcdb8e6b2 100644 --- a/media-libs/hamlib/hamlib-3.3.ebuild +++ b/media-libs/hamlib/hamlib-3.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.github.com/${PN}/${PN}/releases/download/${PVR}/${P}.tar.gz LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="~amd64 x86 ~x86-fbsd" +KEYWORDS="amd64 x86 ~x86-fbsd" IUSE="doc perl python tcl" RESTRICT="test"