diff options
author | 2006-01-21 17:13:48 +0000 | |
---|---|---|
committer | 2006-01-21 17:13:48 +0000 | |
commit | d488c56e2718d4fff87668dff65787c91d64729e (patch) | |
tree | 70364eb17a6734d2a87bc331329baf36b5eb1f71 /dev-python/pylint | |
parent | added to ~ppc, bug #119536 (diff) | |
download | gentoo-2-d488c56e2718d4fff87668dff65787c91d64729e.tar.gz gentoo-2-d488c56e2718d4fff87668dff65787c91d64729e.tar.bz2 gentoo-2-d488c56e2718d4fff87668dff65787c91d64729e.zip |
Added ~ppc to keywords; bug #111889.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.9.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index d415d38b6dff..005fdfafdc37 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.23 2006/01/19 17:18:24 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.24 2006/01/21 17:13:48 pylon Exp $ + + 21 Jan 2006; Lars Weiler <pylon@gentoo.org> pylint-0.9.0.ebuild: + Added ~ppc to keywords; bug #111889. *pylint-0.9.0 (19 Jan 2006) diff --git a/dev-python/pylint/pylint-0.9.0.ebuild b/dev-python/pylint/pylint-0.9.0.ebuild index 676b5292e170..844a4e908c5b 100644 --- a/dev-python/pylint/pylint-0.9.0.ebuild +++ b/dev-python/pylint/pylint-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.9.0.ebuild,v 1.1 2006/01/19 17:18:24 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.9.0.ebuild,v 1.2 2006/01/21 17:13:48 pylon Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.logilab.org/projects/pylint/" IUSE="" SLOT="0" -KEYWORDS="~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86" LICENSE="GPL-2" DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 ) >=dev-python/logilab-common-0.13.0 |