summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-06-24 21:57:15 +0000
committerPacho Ramos <pacho@gentoo.org>2010-06-24 21:57:15 +0000
commitbbc7472835acb51f3d7f71618537b908903fa715 (patch)
tree10779568114a54afac93ac318ce6ca21b201a312 /dev-python/lockfile
parentstable amd64, bug 323575 (diff)
downloadhistorical-bbc7472835acb51f3d7f71618537b908903fa715.tar.gz
historical-bbc7472835acb51f3d7f71618537b908903fa715.tar.bz2
historical-bbc7472835acb51f3d7f71618537b908903fa715.zip
stable amd64, bug 323693
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r--dev-python/lockfile/ChangeLog5
-rw-r--r--dev-python/lockfile/lockfile-0.9.ebuild4
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 )"