From 12341d374aff45a359610effe4f71fe9040512f2 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 5 Apr 2011 05:37:03 +0000 Subject: Depend on dev-lang/python because virtual/python will go away, bug 358849. (Portage version: 2.1.9.45/cvs/Linux x86_64) --- www-apps/pcgi/ChangeLog | 7 +++++-- www-apps/pcgi/pcgi-2.0_alpha5.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'www-apps/pcgi') 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 pcgi-2.0_alpha5.ebuild: + Depend on dev-lang/python because virtual/python will go away, bug 358849. 23 Sep 2009; Patrick Lauer 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" -- cgit v1.2.3-65-gdbad