diff options
author | Markus Meier <maekke@gentoo.org> | 2014-06-19 18:12:25 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-06-19 18:12:25 +0000 |
commit | 11a16980381e788376bdf5d44a01ca1cfebaeeca (patch) | |
tree | 0e1cd43c21ed7247008c0fbcf2fa528c6361d961 /dev-python/chardet | |
parent | arm stable, bug #513278 (diff) | |
download | gentoo-2-11a16980381e788376bdf5d44a01ca1cfebaeeca.tar.gz gentoo-2-11a16980381e788376bdf5d44a01ca1cfebaeeca.tar.bz2 gentoo-2-11a16980381e788376bdf5d44a01ca1cfebaeeca.zip |
arm stable, bug #513278
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/chardet')
-rw-r--r-- | dev-python/chardet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/chardet/chardet-2.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/chardet/ChangeLog b/dev-python/chardet/ChangeLog index cc8176fb3e68..a33b475ddf8a 100644 --- a/dev-python/chardet/ChangeLog +++ b/dev-python/chardet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/chardet # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/ChangeLog,v 1.42 2014/06/08 17:10:17 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/ChangeLog,v 1.43 2014/06/19 18:12:25 maekke Exp $ + + 19 Jun 2014; Markus Meier <maekke@gentoo.org> chardet-2.2.1.ebuild: + arm stable, bug #513278 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> chardet-2.2.1.ebuild: keyword ~ia64 wrt bug #509628 diff --git a/dev-python/chardet/chardet-2.2.1.ebuild b/dev-python/chardet/chardet-2.2.1.ebuild index f4a77d3ebc03..de3a2dfbaa50 100644 --- a/dev-python/chardet/chardet-2.2.1.ebuild +++ b/dev-python/chardet/chardet-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/chardet-2.2.1.ebuild,v 1.11 2014/06/08 17:10:17 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/chardet/chardet-2.2.1.ebuild,v 1.12 2014/06/19 18:12:25 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |