diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-17 18:54:35 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-05-17 18:54:35 +0000 |
commit | c83fc089b7eb504f68543a028dd5800576147c40 (patch) | |
tree | e2dad1f0b410b4a41d6bf9e0d7b27fc05f402c49 /dev-python | |
parent | Delete older ebuild. (diff) | |
download | historical-c83fc089b7eb504f68543a028dd5800576147c40.tar.gz historical-c83fc089b7eb504f68543a028dd5800576147c40.tar.bz2 historical-c83fc089b7eb504f68543a028dd5800576147c40.zip |
amd64 stable (tested by rullzer) (bug #318195).
Package-Manager: portage-HEAD/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-dateutil/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-dateutil/python-dateutil-1.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/python-dateutil/ChangeLog b/dev-python/python-dateutil/ChangeLog index 1f2209161733..745070aeef90 100644 --- a/dev-python/python-dateutil/ChangeLog +++ b/dev-python/python-dateutil/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-dateutil # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.27 2010/05/10 18:43:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.28 2010/05/17 18:54:35 arfrever Exp $ + + 17 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + python-dateutil-1.5.ebuild: + amd64 stable (tested by rullzer) (bug #318195). 10 May 2010; nixnut <nixnut@gentoo.org> python-dateutil-1.5.ebuild: ppc stable #318195 diff --git a/dev-python/python-dateutil/python-dateutil-1.5.ebuild b/dev-python/python-dateutil/python-dateutil-1.5.ebuild index cda137924cb4..0530e7fbccf6 100644 --- a/dev-python/python-dateutil/python-dateutil-1.5.ebuild +++ b/dev-python/python-dateutil/python-dateutil-1.5.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/python-dateutil/python-dateutil-1.5.ebuild,v 1.2 2010/05/10 18:43:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-1.5.ebuild,v 1.3 2010/05/17 18:54:35 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ SRC_URI="http://labix.org/download/python-dateutil/${P}.tar.gz" LICENSE="PSF-2.3" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" DOCS="NEWS README" |