diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 23:51:03 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 23:51:03 +0000 |
commit | 0943f44cea5286d03d75f9a2a83740626f7ef4fa (patch) | |
tree | 35cabdbcc5182cfc2d45930e60ee4c2b8ad61565 /dev-python/utidylib | |
parent | Remove vulnerable versions. See bug #125647 (diff) | |
download | gentoo-2-0943f44cea5286d03d75f9a2a83740626f7ef4fa.tar.gz gentoo-2-0943f44cea5286d03d75f9a2a83740626f7ef4fa.tar.bz2 gentoo-2-0943f44cea5286d03d75f9a2a83740626f7ef4fa.zip |
Add DEPEND on app-arch/unzip
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r-- | dev-python/utidylib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/utidylib/utidylib-0.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/utidylib/ChangeLog b/dev-python/utidylib/ChangeLog index 9f8e8d9591a5..1ad29db3f910 100644 --- a/dev-python/utidylib/ChangeLog +++ b/dev-python/utidylib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/utidylib -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.2 2005/12/05 09:58:38 marienz Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/ChangeLog,v 1.3 2006/03/19 23:51:03 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> utidylib-0.2.ebuild: + Add DEPEND on app-arch/unzip 05 Dec 2005; Marien Zwart <marienz@gentoo.org> utidylib-0.2.ebuild: Add missing eutils inherit. diff --git a/dev-python/utidylib/utidylib-0.2.ebuild b/dev-python/utidylib/utidylib-0.2.ebuild index df8d4d01ece8..9aa8a2f53edb 100644 --- a/dev-python/utidylib/utidylib-0.2.ebuild +++ b/dev-python/utidylib/utidylib-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.2 2005/12/05 09:58:38 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2.ebuild,v 1.3 2006/03/19 23:51:03 halcy0n Exp $ inherit distutils eutils @@ -20,6 +20,7 @@ RDEPEND=">=dev-lang/python-2.3 app-text/htmltidy" DEPEND="${RDEPEND} + app-arch/unzip doc? ( dev-python/epydoc ) test? ( dev-python/twisted )" |