diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-01-04 05:43:09 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-01-04 05:43:09 +0000 |
commit | 69acd59b47853ff913d07d7fa47020dd232ddcb7 (patch) | |
tree | efbc327de35f7876f59729c30fa1dfcbef46c3dd /www-apps/mythweb | |
parent | fix logrotate file for MythTV when the backend isn't running. bug #293464 (diff) | |
download | gentoo-2-69acd59b47853ff913d07d7fa47020dd232ddcb7.tar.gz gentoo-2-69acd59b47853ff913d07d7fa47020dd232ddcb7.tar.bz2 gentoo-2-69acd59b47853ff913d07d7fa47020dd232ddcb7.zip |
add USE=spl as required from PHP. bug #297487
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.22_p22763-r1.ebuild | 6 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.22_p22763.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index d90b507084aa..0fa02e899f5d 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/mythweb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.71 2009/11/19 01:34:51 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.72 2010/01/04 05:43:09 cardoe Exp $ + + 04 Jan 2010; Doug Goldstein <cardoe@gentoo.org> + mythweb-0.22_p22763.ebuild, mythweb-0.22_p22763-r1.ebuild: + add USE=spl as required from PHP. bug #297487 *mythweb-0.22_p22763-r1 (19 Nov 2009) diff --git a/www-apps/mythweb/mythweb-0.22_p22763-r1.ebuild b/www-apps/mythweb/mythweb-0.22_p22763-r1.ebuild index 9adc7b6f9218..fa535ebfc7b7 100644 --- a/www-apps/mythweb/mythweb-0.22_p22763-r1.ebuild +++ b/www-apps/mythweb/mythweb-0.22_p22763-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.22_p22763-r1.ebuild,v 1.1 2009/11/19 01:34:51 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.22_p22763-r1.ebuild,v 1.2 2010/01/04 05:43:09 cardoe Exp $ EAPI=2 inherit mythtv webapp depend.php @@ -20,7 +20,7 @@ need_php5_httpd pkg_setup() { webapp_pkg_setup - require_php_with_use session mysql pcre posix json + require_php_with_use session mysql pcre posix json spl } src_prepare() { diff --git a/www-apps/mythweb/mythweb-0.22_p22763.ebuild b/www-apps/mythweb/mythweb-0.22_p22763.ebuild index a455420d2dd6..eb728f5213c1 100644 --- a/www-apps/mythweb/mythweb-0.22_p22763.ebuild +++ b/www-apps/mythweb/mythweb-0.22_p22763.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.22_p22763.ebuild,v 1.1 2009/11/18 00:29:49 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.22_p22763.ebuild,v 1.2 2010/01/04 05:43:09 cardoe Exp $ EAPI=2 inherit mythtv webapp depend.php @@ -20,7 +20,7 @@ need_php5_httpd pkg_setup() { webapp_pkg_setup - require_php_with_use session mysql pcre posix json + require_php_with_use session mysql pcre posix json spl } src_configure() { |