diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-12 17:45:10 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-12 17:45:10 +0000 |
commit | 9779c2c44de046d57996e2283b923cbdcd89aab4 (patch) | |
tree | f06d238c207dcd42f9402b4f57ded27470026e0f | |
parent | Version bump. (diff) | |
download | gentoo-2-9779c2c44de046d57996e2283b923cbdcd89aab4.tar.gz gentoo-2-9779c2c44de046d57996e2283b923cbdcd89aab4.tar.bz2 gentoo-2-9779c2c44de046d57996e2283b923cbdcd89aab4.zip |
Marking lockfile-0.9.1 ppc for bug 407429
(Portage version: 2.1.10.11/cvs/Linux ppc64)
-rw-r--r-- | dev-python/lockfile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/lockfile/lockfile-0.9.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/lockfile/ChangeLog b/dev-python/lockfile/ChangeLog index d41e68e7b7e4..150cab4ed6e3 100644 --- a/dev-python/lockfile/ChangeLog +++ b/dev-python/lockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lockfile -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.10 2010/10/25 15:17:10 arfrever Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.11 2012/03/12 17:45:10 ranger Exp $ + + 12 Mar 2012; Brent Baude <ranger@gentoo.org> lockfile-0.9.1.ebuild: + Marking lockfile-0.9.1 ppc for bug 407429 25 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> -lockfile-0.9.ebuild: diff --git a/dev-python/lockfile/lockfile-0.9.1.ebuild b/dev-python/lockfile/lockfile-0.9.1.ebuild index 1c5b46a617c8..adb497155db9 100644 --- a/dev-python/lockfile/lockfile-0.9.1.ebuild +++ b/dev-python/lockfile/lockfile-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v 1.4 2010/10/25 12:10:06 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v 1.5 2012/03/12 17:45:10 ranger Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -15,7 +15,7 @@ SRC_URI="http://pylockfile.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="doc" DEPEND="doc? ( dev-python/sphinx )" |