Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/python-wifi/
Date: Sat, 31 Mar 2018 17:44:49
Message-Id: 1522518218.5fd2b1a19265631df5a3036dec41ecdc355ee574.sping@gentoo
1 commit: 5fd2b1a19265631df5a3036dec41ecdc355ee574
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 17:43:38 2018 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 17:43:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd2b1a1
7
8 net-wireless/python-wifi: Fix overlong description
9
10 net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 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
14 index 7d60e82a9e7..2398d2b4f3b 100644
15 --- a/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
16 +++ b/net-wireless/python-wifi/python-wifi-0.5.0-r3.ebuild
17 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
18
19 inherit distutils-r1
20
21 -DESCRIPTION="Provides r/w access to a wireless network card's capabilities using the Linux Wireless Extensions"
22 +DESCRIPTION="Provides r/w access to a wireless network card's capabilities"
23 HOMEPAGE="https://pypi.python.org/pypi/python-wifi"
24 SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.bz2"