diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-18 23:27:48 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-18 23:27:48 +0000 |
commit | c4ab5c8217b58715499042a5982f755afe2c687a (patch) | |
tree | 8a9bde9d905ee4784e6fef082981b0239196a960 /dev-python/utidylib | |
parent | Stable on amd64 wrt bug #328637 (diff) | |
download | gentoo-2-c4ab5c8217b58715499042a5982f755afe2c687a.tar.gz gentoo-2-c4ab5c8217b58715499042a5982f755afe2c687a.tar.bz2 gentoo-2-c4ab5c8217b58715499042a5982f755afe2c687a.zip |
Stable on amd64 wrt bug #328509
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r-- | dev-python/utidylib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/utidylib/utidylib-0.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/utidylib/ChangeLog b/dev-python/utidylib/ChangeLog index 218a05b48e36..78240ff9f50b 100644 --- a/dev-python/utidylib/ChangeLog +++ b/dev-python/utidylib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/utidylib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.10 2010/04/03 19:27:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.11 2010/07/18 23:27:48 hwoarang Exp $ + + 18 Jul 2010; Markos Chandras <hwoarang@gentoo.org> utidylib-0.2-r1.ebuild: + Stable on amd64 wrt bug #328509 03 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> utidylib-0.2-r1.ebuild: diff --git a/dev-python/utidylib/utidylib-0.2-r1.ebuild b/dev-python/utidylib/utidylib-0.2-r1.ebuild index 2121521376ab..46931b56a3e7 100644 --- a/dev-python/utidylib/utidylib-0.2-r1.ebuild +++ b/dev-python/utidylib/utidylib-0.2-r1.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/utidylib/utidylib-0.2-r1.ebuild,v 1.4 2010/04/03 19:30:55 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.5 2010/07/18 23:27:48 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -17,7 +17,7 @@ SRC_URI="mirror://berlios/${PN}/${MY_P}.zip" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 ~x86" IUSE="doc" RDEPEND="app-text/htmltidy" |