summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2007-05-26 23:47:08 +0000
committerRenat Lumpau <rl03@gentoo.org>2007-05-26 23:47:08 +0000
commit39a15b396de73cab62be4eb6208f10c88ccbddd9 (patch)
treeaa1c1fff14a8114c0760b0b6d95553a81bad2b34 /www-apps/gallery
parentVersion bump, bug #175325 (diff)
downloadgentoo-2-39a15b396de73cab62be4eb6208f10c88ccbddd9.tar.gz
gentoo-2-39a15b396de73cab62be4eb6208f10c88ccbddd9.tar.bz2
gentoo-2-39a15b396de73cab62be4eb6208f10c88ccbddd9.zip
Fix bug #174534
(Portage version: 2.1.2.8)
Diffstat (limited to 'www-apps/gallery')
-rw-r--r--www-apps/gallery/ChangeLog5
-rw-r--r--www-apps/gallery/gallery-2.2.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog
index 77e5bad29654..5471b87f91a1 100644
--- a/www-apps/gallery/ChangeLog
+++ b/www-apps/gallery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/gallery
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.112 2007/05/26 23:46:06 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.113 2007/05/26 23:47:08 rl03 Exp $
+
+ 26 May 2007; Renat Lumpau <rl03@gentoo.org> gallery-2.2.1.ebuild:
+ Fix bug #174534
*gallery-2.2.1 (26 May 2007)
diff --git a/www-apps/gallery/gallery-2.2.1.ebuild b/www-apps/gallery/gallery-2.2.1.ebuild
index f73b37056367..bdca11c7c793 100644
--- a/www-apps/gallery/gallery-2.2.1.ebuild
+++ b/www-apps/gallery/gallery-2.2.1.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/gallery/gallery-2.2.1.ebuild,v 1.1 2007/05/26 23:46:06 rl03 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.2.1.ebuild,v 1.2 2007/05/26 23:47:08 rl03 Exp $
inherit webapp eutils depend.php
@@ -30,7 +30,7 @@ need_php
pkg_setup() {
webapp_pkg_setup
- local php_flags="session"
+ local php_flags="pcre session"
local DIE=
use mysql && php_flags="${php_flags} mysql"