diff options
author | 2010-06-28 08:45:42 +0000 | |
---|---|---|
committer | 2010-06-28 08:45:42 +0000 | |
commit | 0b2b5a9e311ca2b615126208d07467ebe926a935 (patch) | |
tree | fc15309950217c87a7a74e0267d7421df140770c /dev-python/lockfile | |
parent | x86 stable wrt bug #323693 (diff) | |
download | gentoo-2-0b2b5a9e311ca2b615126208d07467ebe926a935.tar.gz gentoo-2-0b2b5a9e311ca2b615126208d07467ebe926a935.tar.bz2 gentoo-2-0b2b5a9e311ca2b615126208d07467ebe926a935.zip |
x86 stable wrt bug #323693
(Portage version: 2.1.8.3/cvs/Linux i686)
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 be20127e6b4b..eb0ce4c85f28 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.4 2010/06/24 21:56:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.5 2010/06/28 08:45:42 phajdan.jr Exp $ + + 28 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> lockfile-0.9.ebuild: + x86 stable wrt bug #323693 24 Jun 2010; Pacho Ramos <pacho@gentoo.org> lockfile-0.9.ebuild: stable amd64, bug 323693 diff --git a/dev-python/lockfile/lockfile-0.9.ebuild b/dev-python/lockfile/lockfile-0.9.ebuild index 347c9cd9d673..df8cfa7769c5 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.2 2010/06/24 21:56:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.ebuild,v 1.3 2010/06/28 08:45:42 phajdan.jr 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 )" |