diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-12 13:42:37 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-12 13:42:37 +0000 |
commit | 66b65bd36b1077fdbd26cbf97beb48e30971bd7f (patch) | |
tree | 41985045140078fe6e71b06107d727cb59322c5a /dev-python/timelib | |
parent | New revision pulls in sci-libs/qrupdate so everybody gets fast QR & Cholesky ... (diff) | |
download | historical-66b65bd36b1077fdbd26cbf97beb48e30971bd7f.tar.gz historical-66b65bd36b1077fdbd26cbf97beb48e30971bd7f.tar.bz2 historical-66b65bd36b1077fdbd26cbf97beb48e30971bd7f.zip |
add ~x86, bug 297725
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-python/timelib')
-rw-r--r-- | dev-python/timelib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/timelib/timelib-0.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/timelib/ChangeLog b/dev-python/timelib/ChangeLog index 63d880d2a769..21206072adb6 100644 --- a/dev-python/timelib/ChangeLog +++ b/dev-python/timelib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/timelib -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.1 2009/12/21 00:47:00 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/ChangeLog,v 1.2 2010/01/12 13:41:37 fauli Exp $ + + 12 Jan 2010; Christian Faulhammer <fauli@gentoo.org> timelib-0.2.1.ebuild: + add ~x86, bug 297725 *timelib-0.2.1 (21 Dec 2009) diff --git a/dev-python/timelib/timelib-0.2.1.ebuild b/dev-python/timelib/timelib-0.2.1.ebuild index 2439126cfae3..e3d5cb51d6b5 100644 --- a/dev-python/timelib/timelib-0.2.1.ebuild +++ b/dev-python/timelib/timelib-0.2.1.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/timelib/timelib-0.2.1.ebuild,v 1.2 2009/12/21 00:48:51 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/timelib/timelib-0.2.1.ebuild,v 1.3 2010/01/12 13:41:37 fauli Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ZLIB PHP-3.01" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-python/setuptools" |