diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2013-06-26 01:34:35 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2013-06-26 01:34:35 +0000 |
commit | ac8fff667c74a3fe3bd2c83f111eb6e4114e8876 (patch) | |
tree | 3beca94a5da478f6d1a45e98ef50fd92737fe525 /dev-python/logilab-common | |
parent | Version bump (diff) | |
download | gentoo-2-ac8fff667c74a3fe3bd2c83f111eb6e4114e8876.tar.gz gentoo-2-ac8fff667c74a3fe3bd2c83f111eb6e4114e8876.tar.bz2 gentoo-2-ac8fff667c74a3fe3bd2c83f111eb6e4114e8876.zip |
Restore ~arm keyword dropped in 0.59.0 bump.
(Portage version: 2.1.12.9/cvs/Linux x86_64, signed Manifest commit with key 5C350883)
Diffstat (limited to 'dev-python/logilab-common')
-rw-r--r-- | dev-python/logilab-common/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/logilab-common/logilab-common-0.59.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/logilab-common/ChangeLog b/dev-python/logilab-common/ChangeLog index 526ee966bbd9..b5ab7c958bf4 100644 --- a/dev-python/logilab-common/ChangeLog +++ b/dev-python/logilab-common/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/logilab-common # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.126 2013/06/25 02:54:28 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/ChangeLog,v 1.127 2013/06/26 01:34:35 chutzpah Exp $ + + 26 Jun 2013; Patrick McLean <chutz@gentoo.org> logilab-common-0.59.1.ebuild: + Restore ~arm keyword dropped in 0.59.0 bump. 25 Jun 2013; Mike Gilbert <floppym@gentoo.org> +files/logilab-common-0.59.1-zipsafe.patch, logilab-common-0.59.1.ebuild: diff --git a/dev-python/logilab-common/logilab-common-0.59.1.ebuild b/dev-python/logilab-common/logilab-common-0.59.1.ebuild index 25213365c549..b7672155a23c 100644 --- a/dev-python/logilab-common/logilab-common-0.59.1.ebuild +++ b/dev-python/logilab-common/logilab-common-0.59.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild,v 1.3 2013/06/25 02:54:28 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-common/logilab-common-0.59.1.ebuild,v 1.4 2013/06/26 01:34:35 chutzpah Exp $ EAPI=5 # broken with python3.3, bug #449276 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/common/${P}.tar.gz mirror://pypi/${PN:0:1}/${ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="test doc" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |