diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-07-26 18:25:30 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-07-26 18:25:30 +0000 |
commit | 781e4bc978b2bbc2b2b779782aa06133c6ffce71 (patch) | |
tree | 7cb7352127dbb5b49107fb942ee88205aa77107c /dev-python/utidylib | |
parent | Stable on ppc64; bug #185078 (diff) | |
download | historical-781e4bc978b2bbc2b2b779782aa06133c6ffce71.tar.gz historical-781e4bc978b2bbc2b2b779782aa06133c6ffce71.tar.bz2 historical-781e4bc978b2bbc2b2b779782aa06133c6ffce71.zip |
Added ~ppc64; bug #186188
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r-- | dev-python/utidylib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/utidylib/utidylib-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/utidylib/ChangeLog b/dev-python/utidylib/ChangeLog index 9edb1aa08345..b9a5b8990c88 100644 --- a/dev-python/utidylib/ChangeLog +++ b/dev-python/utidylib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/utidylib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.5 2007/01/06 21:19:11 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.6 2007/07/26 18:21:23 corsair Exp $ + + 26 Jul 2007; Markus Rothe <corsair@gentoo.org> utidylib-0.2.ebuild: + Added ~ppc64; bug #186188 06 Jan 2007; Tiziano Müller <dev-zero@gentoo.org> +files/utidylib-0.2-fix_tests.patch, utidylib-0.2.ebuild: diff --git a/dev-python/utidylib/utidylib-0.2.ebuild b/dev-python/utidylib/utidylib-0.2.ebuild index aaac63b6d4bd..36abbf87873f 100644 --- a/dev-python/utidylib/utidylib-0.2.ebuild +++ b/dev-python/utidylib/utidylib-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.5 2007/01/06 21:19:11 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.6 2007/07/26 18:21:23 corsair Exp $ inherit distutils eutils @@ -12,7 +12,7 @@ SRC_URI="http://download.berlios.de/utidylib/${MY_P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="doc test" RDEPEND=">=dev-lang/python-2.3 |