diff options
author | Renat Lumpau <rl03@gentoo.org> | 2006-10-20 02:31:42 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2006-10-20 02:31:42 +0000 |
commit | aa2d22a150610044f43f4892645fe00450297623 (patch) | |
tree | 13be743396f4716ffe84f6f0d4d6de636dc110fa /www-apps/gallery | |
parent | Fix for bug #143158 on AMD64. All work and credit goes to Anarchy who was gre... (diff) | |
download | gentoo-2-aa2d22a150610044f43f4892645fe00450297623.tar.gz gentoo-2-aa2d22a150610044f43f4892645fe00450297623.tar.bz2 gentoo-2-aa2d22a150610044f43f4892645fe00450297623.zip |
Add missing need_php, bug #150958.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'www-apps/gallery')
-rw-r--r-- | www-apps/gallery/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/gallery/gallery-2.1.2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog index 78b96dc434db..85a6f5018897 100644 --- a/www-apps/gallery/ChangeLog +++ b/www-apps/gallery/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gallery # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.105 2006/08/24 14:03:09 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.106 2006/10/20 02:31:42 rl03 Exp $ + + 20 Oct 2006; Renat Lumpau <rl03@gentoo.org> gallery-2.1.2.ebuild: + Add missing need_php, bug #150958. 24 Aug 2006; Renat Lumpau <rl03@gentoo.org> -files/FfmpegToolkit.class.patch, -gallery-2.0.2-r1.ebuild, diff --git a/www-apps/gallery/gallery-2.1.2.ebuild b/www-apps/gallery/gallery-2.1.2.ebuild index 6dedcb1d5778..34958fc8a135 100644 --- a/www-apps/gallery/gallery-2.1.2.ebuild +++ b/www-apps/gallery/gallery-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.1.2.ebuild,v 1.8 2006/08/23 12:59:05 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.1.2.ebuild,v 1.9 2006/10/20 02:31:42 rl03 Exp $ inherit webapp eutils depend.php @@ -27,6 +27,8 @@ RDEPEND="virtual/httpd-php S=${WORKDIR}/${PN}2 +need_php + pkg_setup() { webapp_pkg_setup |