diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-05-14 18:14:00 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-05-14 18:14:00 +0000 |
commit | 51170d3f0f6a21b3516fdf9143cc4f6c2da1e2cd (patch) | |
tree | 97e46131d0896ceca6f365a608edbb3840f09b57 /dev-python | |
parent | adding die to make and make install (diff) | |
download | gentoo-2-51170d3f0f6a21b3516fdf9143cc4f6c2da1e2cd.tar.gz gentoo-2-51170d3f0f6a21b3516fdf9143cc4f6c2da1e2cd.tar.bz2 gentoo-2-51170d3f0f6a21b3516fdf9143cc4f6c2da1e2cd.zip |
stable on amd64 / x86
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pychecker/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pychecker/pychecker-0.8.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pychecker/ChangeLog b/dev-python/pychecker/ChangeLog index 03fe38cf026b..8b44e7580a22 100644 --- a/dev-python/pychecker/ChangeLog +++ b/dev-python/pychecker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pychecker # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/ChangeLog,v 1.22 2005/04/23 12:59:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/ChangeLog,v 1.23 2005/05/14 18:14:00 lanius Exp $ + + 14 May 2005; Heinrich Wendel <lanius@gentoo.org> pychecker-0.8.14.ebuild: + stable on amd64 / x86 23 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> pychecker-0.8.14.ebuild: diff --git a/dev-python/pychecker/pychecker-0.8.14.ebuild b/dev-python/pychecker/pychecker-0.8.14.ebuild index 8202d94e0df0..dbbf09855f41 100644 --- a/dev-python/pychecker/pychecker-0.8.14.ebuild +++ b/dev-python/pychecker/pychecker-0.8.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.14.ebuild,v 1.4 2005/04/23 12:59:35 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pychecker/pychecker-0.8.14.ebuild,v 1.5 2005/05/14 18:14:00 lanius Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="tool for finding common bugs in python source code" SRC_URI="mirror://sourceforge/pychecker/${P}.tar.gz" HOMEPAGE="http://pychecker.sourceforge.net/" SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64" +KEYWORDS="x86 ~sparc ~alpha ~ppc amd64" LICENSE="BSD" IUSE="" DEPEND="virtual/python" |