diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-10-25 12:10:06 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-10-25 12:10:06 +0000 |
commit | 1824c1dbc981c751d385140c29874f9fe07b1538 (patch) | |
tree | a3c91bccda2c81cdee83c5c3da3839aef6fe4e21 /dev-python/lockfile | |
parent | stable x86, bug 341607 (diff) | |
download | gentoo-2-1824c1dbc981c751d385140c29874f9fe07b1538.tar.gz gentoo-2-1824c1dbc981c751d385140c29874f9fe07b1538.tar.bz2 gentoo-2-1824c1dbc981c751d385140c29874f9fe07b1538.zip |
stable x86, bug 341613
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r-- | dev-python/lockfile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/lockfile/lockfile-0.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/lockfile/ChangeLog b/dev-python/lockfile/ChangeLog index 7f9f2d0fe15b..c35fbeb929d6 100644 --- a/dev-python/lockfile/ChangeLog +++ b/dev-python/lockfile/ChangeLog @@ -1,6 +1,10 @@ # 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.8 2010/10/18 23:40:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.9 2010/10/25 12:10:06 fauli Exp $ + + 25 Oct 2010; Christian Faulhammer <fauli@gentoo.org> + lockfile-0.9.1.ebuild: + stable x86, bug 341613 18 Oct 2010; Markos Chandras <hwoarang@gentoo.org> lockfile-0.9.1.ebuild: Stable on amd64 wrt bug #341613 diff --git a/dev-python/lockfile/lockfile-0.9.1.ebuild b/dev-python/lockfile/lockfile-0.9.1.ebuild index dda013a113e5..1c5b46a617c8 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 # 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.3 2010/10/18 23:40:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v 1.4 2010/10/25 12:10:06 fauli 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 )" |