diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-13 16:01:15 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-13 16:01:15 +0000 |
commit | 8e8f7f1b80cd616981c4f58e7d95d7d373e3ab31 (patch) | |
tree | 0b859da18a4f56c9fcf245c7dbfa8431a3f435d3 /dev-python/pastescript | |
parent | Stable for HPPA (LuckyLuke). Fixed quoting issue. (diff) | |
download | gentoo-2-8e8f7f1b80cd616981c4f58e7d95d7d373e3ab31.tar.gz gentoo-2-8e8f7f1b80cd616981c4f58e7d95d7d373e3ab31.tar.bz2 gentoo-2-8e8f7f1b80cd616981c4f58e7d95d7d373e3ab31.zip |
USE=doc needs pygments. Thanks to Jack Lloyd, #221949.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'dev-python/pastescript')
-rw-r--r-- | dev-python/pastescript/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pastescript/pastescript-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pastescript/ChangeLog b/dev-python/pastescript/ChangeLog index bee7d0fe8435..ab3bc64914be 100644 --- a/dev-python/pastescript/ChangeLog +++ b/dev-python/pastescript/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pastescript # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.4 2008/04/18 13:19:07 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/ChangeLog,v 1.5 2008/05/13 16:01:15 hawking Exp $ + + 13 May 2008; Ali Polatel <hawking@gentoo.org> pastescript-1.6.2.ebuild: + USE=doc needs pygments. Thanks to Jack Lloyd, #221949. *pastescript-1.6.2 (18 Apr 2008) diff --git a/dev-python/pastescript/pastescript-1.6.2.ebuild b/dev-python/pastescript/pastescript-1.6.2.ebuild index 7db893752228..b93e2efbc0c4 100644 --- a/dev-python/pastescript/pastescript-1.6.2.ebuild +++ b/dev-python/pastescript/pastescript-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.6.2.ebuild,v 1.1 2008/04/18 13:19:07 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastescript/pastescript-1.6.2.ebuild,v 1.2 2008/05/13 16:01:15 hawking Exp $ NEED_PYTHON=2.4 @@ -23,7 +23,7 @@ RDEPEND="dev-python/paste dev-python/cheetah" DEPEND="${RDEPEND} dev-python/setuptools - doc? ( dev-python/pudge dev-python/buildutils ) + doc? ( dev-python/buildutils dev-python/pygments dev-python/pudge ) test? ( dev-python/nose )" # The tests are currently broken, needs further investigation |