diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-12 13:40:11 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-12 13:40:11 +0000 |
commit | 23b23446d2358fe099c633d79a87b0cec33d6f2f (patch) | |
tree | 374ce304550ec26be1a8ed94ba5818df7973962a /dev-python | |
parent | Version bump: 0.6 is released (diff) | |
download | gentoo-2-23b23446d2358fe099c633d79a87b0cec33d6f2f.tar.gz gentoo-2-23b23446d2358fe099c633d79a87b0cec33d6f2f.tar.bz2 gentoo-2-23b23446d2358fe099c633d79a87b0cec33d6f2f.zip |
add ~x86, bug 297725
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lockfile/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/lockfile/lockfile-0.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/lockfile/ChangeLog b/dev-python/lockfile/ChangeLog index 88153ebc6216..4b5311c70129 100644 --- a/dev-python/lockfile/ChangeLog +++ b/dev-python/lockfile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lockfile -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.1 2009/12/21 02:33:23 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/ChangeLog,v 1.2 2010/01/12 13:40:11 fauli Exp $ + + 12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> lockfile-0.8.ebuild: + add ~x86, bug 297725 *lockfile-0.8 (21 Dec 2009) diff --git a/dev-python/lockfile/lockfile-0.8.ebuild b/dev-python/lockfile/lockfile-0.8.ebuild index 7baa818a0fa8..66ad71c181d5 100644 --- a/dev-python/lockfile/lockfile-0.8.ebuild +++ b/dev-python/lockfile/lockfile-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.8.ebuild,v 1.1 2009/12/21 02:33:23 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.8.ebuild,v 1.2 2010/01/12 13:40:11 fauli Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://smontanaro.dyndns.org/python/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="doc" DEPEND="" |