diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-26 18:24:26 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-26 18:24:26 +0000 |
commit | 4efac264abb318ce858ddfdb3de1ee17da33d83b (patch) | |
tree | c7d35e81818dfeb1b5be53b409b07f388e6328d2 /dev-python | |
parent | Fix repoman warning (diff) | |
download | gentoo-2-4efac264abb318ce858ddfdb3de1ee17da33d83b.tar.gz gentoo-2-4efac264abb318ce858ddfdb3de1ee17da33d83b.tar.bz2 gentoo-2-4efac264abb318ce858ddfdb3de1ee17da33d83b.zip |
Stable on amd64 wrt bug #325377
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.21.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index ad25f6318cbb..f0e46dc06c7a 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.69 2010/06/09 12:57:28 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.70 2010/06/26 18:24:26 angelos Exp $ + + 26 Jun 2010; Christoph Mende <angelos@gentoo.org> pylint-0.21.0.ebuild: + Stable on amd64 wrt bug #325377 09 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pylint-0.20.0.ebuild: diff --git a/dev-python/pylint/pylint-0.21.0.ebuild b/dev-python/pylint/pylint-0.21.0.ebuild index 667afe596fcf..6c665ab8014d 100644 --- a/dev-python/pylint/pylint-0.21.0.ebuild +++ b/dev-python/pylint/pylint-0.21.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.21.0.ebuild,v 1.2 2010/06/08 00:31:51 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.21.0.ebuild,v 1.3 2010/06/26 18:24:26 angelos Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz http://pypi.python.org/pack LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="doc examples test tk" # Versions specified in __pkginfo__.py. |