summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2006-09-28 03:12:48 +0000
committerSteve Dibb <beandog@gentoo.org>2006-09-28 03:12:48 +0000
commita409327ebf5edb2568d4de07a5d51986d153c861 (patch)
treeae08e34c17037bd17a97fda2754683bbea75ddca /www-apps/mythweb
parentFixed USE=source. Other cleanups. (diff)
downloadgentoo-2-a409327ebf5edb2568d4de07a5d51986d153c861.tar.gz
gentoo-2-a409327ebf5edb2568d4de07a5d51986d153c861.tar.bz2
gentoo-2-a409327ebf5edb2568d4de07a5d51986d153c861.zip
Add php dep for posix (thanks to msfroh)
(Portage version: 2.1.1)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r--www-apps/mythweb/ChangeLog5
-rw-r--r--www-apps/mythweb/mythweb-0.20_p11188.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog
index 76a7075748d8..631ecbecab35 100644
--- a/www-apps/mythweb/ChangeLog
+++ b/www-apps/mythweb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-apps/mythweb
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.24 2006/09/20 03:45:13 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.25 2006/09/28 03:12:48 beandog Exp $
+
+ 28 Sep 2006; Steve Dibb <beandog@gentoo.org> mythweb-0.20_p11188.ebuild:
+ Add php dep for posix (thanks to msfroh)
20 Sep 2006; Doug Goldstein <cardoe@gentoo.org>
mythweb-0.20_p11188.ebuild:
diff --git a/www-apps/mythweb/mythweb-0.20_p11188.ebuild b/www-apps/mythweb/mythweb-0.20_p11188.ebuild
index 25fdc49a5acf..4b164504c2dc 100644
--- a/www-apps/mythweb/mythweb-0.20_p11188.ebuild
+++ b/www-apps/mythweb/mythweb-0.20_p11188.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/mythweb/mythweb-0.20_p11188.ebuild,v 1.3 2006/09/20 03:45:13 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20_p11188.ebuild,v 1.4 2006/09/28 03:12:48 beandog Exp $
inherit mythtv webapp depend.php
@@ -16,7 +16,7 @@ pkg_setup() {
webapp_pkg_setup
if has_version 'dev-lang/php' ; then
- require_php_with_use session mysql pcre
+ require_php_with_use session mysql pcre posix
fi
}