diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-18 23:40:15 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-18 23:40:15 +0000 |
commit | 8c96e7f400aa88ae4b4e8a82b536c52f56e5f897 (patch) | |
tree | eecd2d910d178e928aacdf6840f6a18fdb61d154 /dev-python/lockfile | |
parent | Stable on amd64 wrt bug #341611 (diff) | |
download | historical-8c96e7f400aa88ae4b4e8a82b536c52f56e5f897.tar.gz historical-8c96e7f400aa88ae4b4e8a82b536c52f56e5f897.tar.bz2 historical-8c96e7f400aa88ae4b4e8a82b536c52f56e5f897.zip |
Stable on amd64 wrt bug #341613
Package-Manager: portage-2.2_rc97/cvs/Linux x86_64
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r-- | dev-python/lockfile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lockfile/lockfile-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lockfile/ChangeLog b/dev-python/lockfile/ChangeLog index 2cb798e32780..7f9f2d0fe15b 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.7 2010/09/29 15:52:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.8 2010/10/18 23:40:15 hwoarang Exp $ + + 18 Oct 2010; Markos Chandras <hwoarang@gentoo.org> lockfile-0.9.1.ebuild: + Stable on amd64 wrt bug #341613 29 Sep 2010; Brent Baude <ranger@gentoo.org> lockfile-0.9.1.ebuild: Marking lockfile-0.9.1 ~ppc for bug 315373 diff --git a/dev-python/lockfile/lockfile-0.9.1.ebuild b/dev-python/lockfile/lockfile-0.9.1.ebuild index d47679acd9e8..dda013a113e5 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.2 2010/09/29 15:52:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v 1.3 2010/10/18 23:40:15 hwoarang 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 )" |