diff options
author | 2015-03-28 07:01:24 +0000 | |
---|---|---|
committer | 2015-03-28 07:01:24 +0000 | |
commit | f7a1f006a90436a440b84d0b4b5ac77284a23658 (patch) | |
tree | 94c8759df77992d2a83607117892cdc32c28751e /dev-python | |
parent | add ~arm, bug #543742 (diff) | |
download | gentoo-2-f7a1f006a90436a440b84d0b4b5ac77284a23658.tar.gz gentoo-2-f7a1f006a90436a440b84d0b4b5ac77284a23658.tar.bz2 gentoo-2-f7a1f006a90436a440b84d0b4b5ac77284a23658.zip |
arm stable, bug #535340
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/netifaces/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/netifaces/netifaces-0.10.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/netifaces/ChangeLog b/dev-python/netifaces/ChangeLog index 12ffb96f92fb..e2765e5daa66 100644 --- a/dev-python/netifaces/ChangeLog +++ b/dev-python/netifaces/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/netifaces # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.21 2015/03/08 23:54:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/ChangeLog,v 1.22 2015/03/28 07:01:24 maekke Exp $ + + 28 Mar 2015; Markus Meier <maekke@gentoo.org> netifaces-0.10.4.ebuild: + arm stable, bug #535340 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> netifaces-0.10.4.ebuild: x86 stable, bug 540290 diff --git a/dev-python/netifaces/netifaces-0.10.4.ebuild b/dev-python/netifaces/netifaces-0.10.4.ebuild index b42f83093905..62327d8e208f 100644 --- a/dev-python/netifaces/netifaces-0.10.4.ebuild +++ b/dev-python/netifaces/netifaces-0.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild,v 1.3 2015/03/08 23:54:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/netifaces-0.10.4.ebuild,v 1.4 2015/03/28 07:01:24 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |