diff options
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r-- | dev-python/lockfile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lockfile/lockfile-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lockfile/ChangeLog b/dev-python/lockfile/ChangeLog index 56f404daa910..be20127e6b4b 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.3 2010/05/10 16:18:26 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.4 2010/06/24 21:56:08 pacho Exp $ + + 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> lockfile-0.9.ebuild: + stable amd64, bug 323693 *lockfile-0.9 (10 May 2010) diff --git a/dev-python/lockfile/lockfile-0.9.ebuild b/dev-python/lockfile/lockfile-0.9.ebuild index 44edf2d0e888..347c9cd9d673 100644 --- a/dev-python/lockfile/lockfile-0.9.ebuild +++ b/dev-python/lockfile/lockfile-0.9.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.ebuild,v 1.1 2010/05/10 16:18:26 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.ebuild,v 1.2 2010/06/24 21:56:08 pacho Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -14,7 +14,7 @@ SRC_URI="http://smontanaro.dyndns.org/python/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc" DEPEND="doc? ( dev-python/sphinx )" |