summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-05 05:37:03 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-05 05:37:03 +0000
commit12341d374aff45a359610effe4f71fe9040512f2 (patch)
tree3da931e9fa7977bf8550228a5fe2588a136ebd5c /www-apps/pcgi
parentDepend on dev-lang/python because virtual/python will go away, bug 358849. (diff)
downloadgentoo-2-12341d374aff45a359610effe4f71fe9040512f2.tar.gz
gentoo-2-12341d374aff45a359610effe4f71fe9040512f2.tar.bz2
gentoo-2-12341d374aff45a359610effe4f71fe9040512f2.zip
Depend on dev-lang/python because virtual/python will go away, bug 358849.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/pcgi')
-rw-r--r--www-apps/pcgi/ChangeLog7
-rw-r--r--www-apps/pcgi/pcgi-2.0_alpha5.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/www-apps/pcgi/ChangeLog b/www-apps/pcgi/ChangeLog
index c2a1da0332ec..c80aeb05bf34 100644
--- a/www-apps/pcgi/ChangeLog
+++ b/www-apps/pcgi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/pcgi
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/pcgi/ChangeLog,v 1.7 2009/09/23 21:06:49 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/pcgi/ChangeLog,v 1.8 2011/04/05 05:37:03 ulm Exp $
+
+ 05 Apr 2011; Ulrich Mueller <ulm@gentoo.org> pcgi-2.0_alpha5.ebuild:
+ Depend on dev-lang/python because virtual/python will go away, bug 358849.
23 Sep 2009; Patrick Lauer <patrick@gentoo.org> pcgi-2.0_alpha5.ebuild:
Remove virtual/libc
diff --git a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild b/www-apps/pcgi/pcgi-2.0_alpha5.ebuild
index 1d70b77806bf..97592df8df57 100644
--- a/www-apps/pcgi/pcgi-2.0_alpha5.ebuild
+++ b/www-apps/pcgi/pcgi-2.0_alpha5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/pcgi/pcgi-2.0_alpha5.ebuild,v 1.5 2009/09/23 21:06:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/pcgi/pcgi-2.0_alpha5.ebuild,v 1.6 2011/04/05 05:37:03 ulm Exp $
# this package is ONLY available inside the Zope tarball!!!
ZOPE_PV=2.6.1
@@ -25,7 +25,7 @@ KEYWORDS="~x86 ~ppc"
IUSE=""
DEPEND="${DEPEND}"
RDEPEND="${RDEPEND}
- virtual/python"
+ dev-lang/python"
src_compile() {
econf || die "econf failed"