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 1AD0B138334 for ; Fri, 6 Jul 2018 13:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18CC4E0AFD; Fri, 6 Jul 2018 13:44:02 +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 E4A25E0AF6 for ; Fri, 6 Jul 2018 13:44:01 +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 B6B1A335C39 for ; Fri, 6 Jul 2018 13:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B5C35E for ; Fri, 6 Jul 2018 13:43:58 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1530884492.a5a2e4c971e47ce8d18e854584deee635e60e4bb.whissi@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.2.ebuild X-VCS-Directories: media-libs/hamlib/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: a5a2e4c971e47ce8d18e854584deee635e60e4bb X-VCS-Branch: master Date: Fri, 6 Jul 2018 13:43:58 +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: 682e7084-9c21-47ce-a84e-973c8aa96f1e X-Archives-Hash: fa8bafff1b6f277ef3537ce7cd3d71b3 commit: a5a2e4c971e47ce8d18e854584deee635e60e4bb Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jul 6 13:24:21 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jul 6 13:41:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a2e4c9 media-libs/hamlib: x86 stable (bug #659114) Package-Manager: Portage-2.3.41, Repoman-2.3.9 media-libs/hamlib/hamlib-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/hamlib/hamlib-3.2.ebuild b/media-libs/hamlib/hamlib-3.2.ebuild index eac2786bab6..5b7abf81949 100644 --- a/media-libs/hamlib/hamlib-3.2.ebuild +++ b/media-libs/hamlib/hamlib-3.2.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"