diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-07-09 05:00:48 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-07-09 05:00:48 +0000 |
commit | 9dc55e6163e906bb7d267fc72f032d8c1d77cad4 (patch) | |
tree | b5d6e4815f24b6f9855082e36f1325936edbdef8 /net-wireless/python-wifi | |
parent | Added ~mips, bug 247076 (diff) | |
download | gentoo-2-9dc55e6163e906bb7d267fc72f032d8c1d77cad4.tar.gz gentoo-2-9dc55e6163e906bb7d267fc72f032d8c1d77cad4.tar.bz2 gentoo-2-9dc55e6163e906bb7d267fc72f032d8c1d77cad4.zip |
Added ~mips, bug 357619
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/python-wifi')
-rw-r--r-- | net-wireless/python-wifi/ChangeLog | 5 | ||||
-rw-r--r-- | net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-wireless/python-wifi/ChangeLog b/net-wireless/python-wifi/ChangeLog index 2cff46b0e913..551a47fa2258 100644 --- a/net-wireless/python-wifi/ChangeLog +++ b/net-wireless/python-wifi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-wireless/python-wifi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/ChangeLog,v 1.6 2011/04/29 19:11:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/ChangeLog,v 1.7 2011/07/09 05:00:48 mattst88 Exp $ + + 09 Jul 2011; Matt Turner <mattst88@gentoo.org> python-wifi-0.5.0-r1.ebuild: + Added ~mips, bug 357619 29 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> python-wifi-0.5.0-r1.ebuild: diff --git a/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild b/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild index 310360d1d56b..c9b2c8623c71 100644 --- a/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild +++ b/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild,v 1.5 2011/04/29 19:11:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/python-wifi/python-wifi-0.5.0-r1.ebuild,v 1.6 2011/07/09 05:00:48 mattst88 Exp $ EAPI="3" @@ -15,7 +15,7 @@ HOMEPAGE="http://pypi.python.org/pypi/python-wifi https://developer.berlios.de/p SRC_URI="mirror://berlios/${PN/-}/${P}.tar.bz2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc64 ~sparc ~x86" LICENSE="LGPL-2.1 examples? ( GPL-2 )" IUSE="examples" |