diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-23 19:51:54 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-23 19:51:54 +0000 |
commit | 2084ea24f2b1d688a1a571089d796495d3ebf842 (patch) | |
tree | c3bc5124c6711b696f5c6d73ff5e632051613cd2 /dev-python/lockfile | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-2084ea24f2b1d688a1a571089d796495d3ebf842.tar.gz gentoo-2-2084ea24f2b1d688a1a571089d796495d3ebf842.tar.bz2 gentoo-2-2084ea24f2b1d688a1a571089d796495d3ebf842.zip |
Stable on amd64 and x86, wrt bug #474188
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-python/lockfile')
-rw-r--r-- | dev-python/lockfile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/lockfile/lockfile-0.9.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/lockfile/ChangeLog b/dev-python/lockfile/ChangeLog index 3fdba0d7f537..c038b5f06805 100644 --- a/dev-python/lockfile/ChangeLog +++ b/dev-python/lockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lockfile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.16 2013/05/04 02:47:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.17 2013/07/23 19:51:54 pinkbyte Exp $ + + 23 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> lockfile-0.9.1-r1.ebuild: + Stable on amd64 and x86, wrt bug #474188 04 May 2013; Mike Gilbert <floppym@gentoo.org> lockfile-0.9.1-r1.ebuild: Drop setuptools dep. diff --git a/dev-python/lockfile/lockfile-0.9.1-r1.ebuild b/dev-python/lockfile/lockfile-0.9.1-r1.ebuild index 35dd2e4991ea..7ad42f1d775b 100644 --- a/dev-python/lockfile/lockfile-0.9.1-r1.ebuild +++ b/dev-python/lockfile/lockfile-0.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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-r1.ebuild,v 1.3 2013/05/04 02:47:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1-r1.ebuild,v 1.4 2013/07/23 19:51:54 pinkbyte Exp $ EAPI=5 # py2.5 dropped; Test file reveals py2.5 can't support a core file @@ -14,7 +14,7 @@ SRC_URI="http://pylockfile.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc x86" IUSE="doc test" DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) |