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 37E9E139694 for ; Tue, 1 Aug 2017 15:47:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 750A01FC017; Tue, 1 Aug 2017 15:47:53 +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 51B801FC017 for ; Tue, 1 Aug 2017 15:47:53 +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 23638341816 for ; Tue, 1 Aug 2017 15:47:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B78057589 for ; Tue, 1 Aug 2017 15:47:50 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1501602430.dc60b14d784aadab47e4cfdb1630c05f0a78611a.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild X-VCS-Directories: net-wireless/wpa_supplicant/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: dc60b14d784aadab47e4cfdb1630c05f0a78611a X-VCS-Branch: master Date: Tue, 1 Aug 2017 15:47:50 +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: 883b75c1-2556-4a25-8a8c-bfb7401602e0 X-Archives-Hash: c20f6ad088bfebc2925ac8bdf9edf36f commit: dc60b14d784aadab47e4cfdb1630c05f0a78611a Author: Zero_Chaos gentoo org> AuthorDate: Tue Aug 1 15:47:10 2017 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Aug 1 15:47:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc60b14d net-wireless/wpa_supplicant: fix bug #621626 Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --force .../{wpa_supplicant-2.6-r1.ebuild => wpa_supplicant-2.6-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild similarity index 99% rename from net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild rename to net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild index ba70ef8eb39..7fd922e763e 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r1.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit qmake-utils systemd toolchain-funcs +inherit eutils qmake-utils systemd toolchain-funcs DESCRIPTION="IEEE 802.1X/WPA supplicant for secure wireless transfers" HOMEPAGE="http://hostap.epitest.fi/wpa_supplicant/"