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 523F0138EBD for ; Sun, 16 Oct 2016 19:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6371E0B69; Sun, 16 Oct 2016 19:34:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8F603E0B69 for ; Sun, 16 Oct 2016 19:34:11 +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 736A4340F1B for ; Sun, 16 Oct 2016 19:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BC8B2F2 for ; Sun, 16 Oct 2016 19:34:09 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1476646371.05dba2c124fa986ee7f1db0225dd4666279ebf18.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild X-VCS-Directories: net-wireless/python-wifi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 05dba2c124fa986ee7f1db0225dd4666279ebf18 X-VCS-Branch: master Date: Sun, 16 Oct 2016 19:34:09 +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: 0014fbef-2087-4cf5-858c-f12b5ef56c08 X-Archives-Hash: 12c12c5eab62b84d4642300ed30b698d commit: 05dba2c124fa986ee7f1db0225dd4666279ebf18 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 16 19:32:51 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 16 19:32:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05dba2c1 net-wireless/python-wifi: amd64/x86 stable, bug #593170 Package-Manager: portage-2.3.1 net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild index 2edce49..2eb343e 100644 --- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild +++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ HOMEPAGE="https://pypi.python.org/pypi/python-wifi" SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" LICENSE="LGPL-2.1 examples? ( GPL-2 )" IUSE="examples"