diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-23 14:06:15 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-23 14:06:15 +0000 |
commit | 54bb54a3725befbb84e419325610bb031bebf28e (patch) | |
tree | b93c98d6cbb3eea6c2baeb515d8b1eee3776f7c8 /dev-python/pylint | |
parent | Fix homepage and license tag (slipped from older ebuild) (diff) | |
download | historical-54bb54a3725befbb84e419325610bb031bebf28e.tar.gz historical-54bb54a3725befbb84e419325610bb031bebf28e.tar.bz2 historical-54bb54a3725befbb84e419325610bb031bebf28e.zip |
Stable on amd64 wrt bug #341607
Package-Manager: portage-2.2_rc99/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.21.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index cbf0c98aed69..6da23f2fc982 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.75 2010/10/23 13:58:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.76 2010/10/23 14:06:15 hwoarang Exp $ + + 23 Oct 2010; Markos Chandras <hwoarang@gentoo.org> pylint-0.21.3.ebuild: + Stable on amd64 wrt bug #341607 23 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pylint-0.21.3.ebuild: diff --git a/dev-python/pylint/pylint-0.21.3.ebuild b/dev-python/pylint/pylint-0.21.3.ebuild index 81cb51f917cd..223459abe8af 100644 --- a/dev-python/pylint/pylint-0.21.3.ebuild +++ b/dev-python/pylint/pylint-0.21.3.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.3.ebuild,v 1.2 2010/10/23 13:58:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.21.3.ebuild,v 1.3 2010/10/23 14:06:15 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -17,7 +17,7 @@ SRC_URI="ftp://ftp.logilab.org/pub/${PN}/${P}.tar.gz mirror://pypi/${PN:0:1}/${P 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="examples tk" # Versions specified in __pkginfo__.py. |