diff options
author | 2013-01-01 14:15:38 +0000 | |
---|---|---|
committer | 2013-01-01 14:15:38 +0000 | |
commit | 5efd7b9e450201a2d0574b74379f764ef3d328d1 (patch) | |
tree | ee4a934a83958d634e2e851dd13bbdc7060aa280 /dev-python/pylint | |
parent | Add ~alpha, wrt bug #449220 (diff) | |
download | gentoo-2-5efd7b9e450201a2d0574b74379f764ef3d328d1.tar.gz gentoo-2-5efd7b9e450201a2d0574b74379f764ef3d328d1.tar.bz2 gentoo-2-5efd7b9e450201a2d0574b74379f764ef3d328d1.zip |
Add ~alpha, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.26.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 61207d7e49d4..75788de245b8 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.90 2012/12/31 15:33:24 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.91 2013/01/01 14:15:38 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pylint-0.26.0.ebuild: + Add ~alpha, wrt bug #449220 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pylint-0.26.0.ebuild: Add ~ppc64, wrt bug #449220 diff --git a/dev-python/pylint/pylint-0.26.0.ebuild b/dev-python/pylint/pylint-0.26.0.ebuild index 976558eacef6..5e33327ca5a6 100644 --- a/dev-python/pylint/pylint-0.26.0.ebuild +++ b/dev-python/pylint/pylint-0.26.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.26.0.ebuild,v 1.2 2012/12/31 15:33:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.26.0.ebuild,v 1.3 2013/01/01 14:15:38 ago Exp $ EAPI="3" PYTHON_DEPEND="*:2.5" @@ -15,7 +15,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 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="examples" # Versions specified in __pkginfo__.py. |