diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:38:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-05 05:38:06 +0000 |
commit | 7606cf12df21ef7649f915d4d9d86ed0119f598e (patch) | |
tree | c402c4dc982ae7d38a83bf52e62682e0960f521c /www-apps/pcgi | |
parent | Depend on dev-lang/python because virtual/python will go away, bug 358849. (diff) | |
download | historical-7606cf12df21ef7649f915d4d9d86ed0119f598e.tar.gz historical-7606cf12df21ef7649f915d4d9d86ed0119f598e.tar.bz2 historical-7606cf12df21ef7649f915d4d9d86ed0119f598e.zip |
Depend on dev-lang/python because virtual/python will go away, bug 358849.
Package-Manager: portage-2.1.9.45/cvs/Linux x86_64
Diffstat (limited to 'www-apps/pcgi')
-rw-r--r-- | www-apps/pcgi/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/pcgi/pcgi-2.0_alpha5.ebuild | 6 |
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" |