diff options
author | Christian Heim <phreak@gentoo.org> | 2007-08-19 12:29:05 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-08-19 12:29:05 +0000 |
commit | 888805c2e5bca892bc2762092a1be939279ed3e1 (patch) | |
tree | 7f2b6895316c88a245472582b303b67ce3c73d89 /www-apps/viewvc/viewvc-1.0.4.ebuild | |
parent | Moving dev-python/mod_python to www-apache. (diff) | |
download | gentoo-2-888805c2e5bca892bc2762092a1be939279ed3e1.tar.gz gentoo-2-888805c2e5bca892bc2762092a1be939279ed3e1.tar.bz2 gentoo-2-888805c2e5bca892bc2762092a1be939279ed3e1.zip |
Moving dev-python/mod_python to www-apache.
(Portage version: 2.1.3.6)
Diffstat (limited to 'www-apps/viewvc/viewvc-1.0.4.ebuild')
-rw-r--r-- | www-apps/viewvc/viewvc-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/viewvc/viewvc-1.0.4.ebuild b/www-apps/viewvc/viewvc-1.0.4.ebuild index 16ef6860936e..17a53716bafb 100644 --- a/www-apps/viewvc/viewvc-1.0.4.ebuild +++ b/www-apps/viewvc/viewvc-1.0.4.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/www-apps/viewvc/viewvc-1.0.4.ebuild,v 1.2 2007/08/09 16:01:33 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/viewvc/viewvc-1.0.4.ebuild,v 1.3 2007/08/19 12:29:05 phreak Exp $ inherit python eutils @@ -28,7 +28,7 @@ RDEPEND=" cvsgraph? ( >=dev-util/cvsgraph-1.5.0 ) enscript? ( app-text/enscript ) highlight? ( >=app-text/highlight-2.2.10 ) - mod_python? ( dev-python/mod_python ) + mod_python? ( www-apache/mod_python ) mysql? ( >=dev-python/mysql-python-0.9.0 ) |