summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-03-03 16:52:27 +0000
committerSteve Dibb <beandog@gentoo.org>2009-03-03 16:52:27 +0000
commitbc906f8958ddb46a00c38b780bb2382390d189f2 (patch)
tree203c3296daf7f27d67e0f6fce6913814863b6073 /www-apps
parentSparc stable, part of Bug #245875. (diff)
downloadgentoo-2-bc906f8958ddb46a00c38b780bb2382390d189f2.tar.gz
gentoo-2-bc906f8958ddb46a00c38b780bb2382390d189f2.tar.bz2
gentoo-2-bc906f8958ddb46a00c38b780bb2382390d189f2.zip
Require php to be built with json, bug 251236
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/mythweb/ChangeLog8
-rw-r--r--www-apps/mythweb/mythweb-0.21_p16809.ebuild6
-rw-r--r--www-apps/mythweb/mythweb-0.21_p17573.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index 8dd95d841ffa..2183d0c575c8 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/mythweb
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.64 2008/12/23 17:28:26 maekke Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.65 2009/03/03 16:52:27 beandog Exp $
+
+ 03 Mar 2009; Steve Dibb <beandog@gentoo.org> mythweb-0.21_p16809.ebuild,
+ mythweb-0.21_p17573.ebuild:
+ Require php to be built with json, bug 251236
23 Dec 2008; Markus Meier <maekke@gentoo.org> mythweb-0.21_p17573.ebuild:
x86 stable, bug #239341
diff --git a/www-apps/mythweb/mythweb-0.21_p16809.ebuild b/www-apps/mythweb/mythweb-0.21_p16809.ebuild
index 2cf981c71c08..93b9aea60700 100644
--- a/www-apps/mythweb/mythweb-0.21_p16809.ebuild
+++ b/www-apps/mythweb/mythweb-0.21_p16809.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p16809.ebuild,v 1.1 2008/04/01 04:01:00 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p16809.ebuild,v 1.2 2009/03/03 16:52:27 beandog Exp $
ESVN_PROJECT="mythplugins"
@@ -18,7 +18,7 @@ need_php5_httpd
pkg_setup() {
webapp_pkg_setup
- require_php_with_use session mysql pcre posix
+ require_php_with_use session mysql pcre posix json
}
src_unpack() {
diff --git a/www-apps/mythweb/mythweb-0.21_p17573.ebuild b/www-apps/mythweb/mythweb-0.21_p17573.ebuild
index 8e01b8a74c4a..1cbe39c87d34 100644
--- a/www-apps/mythweb/mythweb-0.21_p17573.ebuild
+++ b/www-apps/mythweb/mythweb-0.21_p17573.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild,v 1.4 2008/12/23 17:28:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild,v 1.5 2009/03/03 16:52:27 beandog Exp $
ESVN_PROJECT="mythplugins"
@@ -18,7 +18,7 @@ need_php5_httpd
pkg_setup() {
webapp_pkg_setup
- require_php_with_use session mysql pcre posix
+ require_php_with_use session mysql pcre posix json
}
src_unpack() {