diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-22 21:06:22 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-22 21:06:22 +0000 |
commit | f9430cf9775ea35b13c00df713e17ca8f70d1547 (patch) | |
tree | 16124de32501b9818d6b3c52e9026f7f7c1a5615 /dev-python | |
parent | amd64 stable (tested by rullzer) (bug #308207). (diff) | |
download | gentoo-2-f9430cf9775ea35b13c00df713e17ca8f70d1547.tar.gz gentoo-2-f9430cf9775ea35b13c00df713e17ca8f70d1547.tar.bz2 gentoo-2-f9430cf9775ea35b13c00df713e17ca8f70d1547.zip |
amd64 stable (tested by rullzer) (bug #320255).
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytz/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pytz/pytz-2010h.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pytz/ChangeLog b/dev-python/pytz/ChangeLog index 0f7023023fa6..2d1d391b1767 100644 --- a/dev-python/pytz/ChangeLog +++ b/dev-python/pytz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pytz # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.68 2010/05/11 21:07:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/ChangeLog,v 1.69 2010/05/22 21:06:22 arfrever Exp $ + + 22 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + pytz-2010h.ebuild: + amd64 stable (tested by rullzer) (bug #320255). 11 May 2010; Brent Baude <ranger@gentoo.org> pytz-2010b.ebuild: stable ppc64, bug 306797 diff --git a/dev-python/pytz/pytz-2010h.ebuild b/dev-python/pytz/pytz-2010h.ebuild index 274fee42abc0..bf136a4ec764 100644 --- a/dev-python/pytz/pytz-2010h.ebuild +++ b/dev-python/pytz/pytz-2010h.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/pytz/pytz-2010h.ebuild,v 1.2 2010/04/30 14:28:53 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytz/pytz-2010h.ebuild,v 1.3 2010/05/22 21:06:22 arfrever Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" RDEPEND="dev-python/setuptools |