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 E7039139085 for ; Thu, 5 Jan 2017 13:03:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47F2222419D; Thu, 5 Jan 2017 13:03:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2535522419D for ; Thu, 5 Jan 2017 13:03:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 337C2341130 for ; Thu, 5 Jan 2017 13:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 542342632 for ; Thu, 5 Jan 2017 13:03:43 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1483621405.2f38380d68bc079a0e72bfacde730130087f00ee.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/knemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/knemo/knemo-0.8.0_pre20161211.ebuild X-VCS-Directories: net-misc/knemo/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2f38380d68bc079a0e72bfacde730130087f00ee X-VCS-Branch: master Date: Thu, 5 Jan 2017 13:03:43 +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: b50ba99d-9476-469b-8eda-45842100f071 X-Archives-Hash: bc147be2d2888b7d45fc3af973526eea commit: 2f38380d68bc079a0e72bfacde730130087f00ee Author: Aaron Bauman gentoo org> AuthorDate: Thu Jan 5 13:03:25 2017 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Jan 5 13:03:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f38380d net-misc/knemo: amd64 stable wrt bug #604550 net-misc/knemo/knemo-0.8.0_pre20161211.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/knemo/knemo-0.8.0_pre20161211.ebuild b/net-misc/knemo/knemo-0.8.0_pre20161211.ebuild index b43c180..a22a951 100644 --- a/net-misc/knemo/knemo-0.8.0_pre20161211.ebuild +++ b/net-misc/knemo/knemo-0.8.0_pre20161211.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ LICENSE="GPL-2" IUSE="wifi" if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz" fi