diff options
author | 2005-05-22 22:51:24 +0000 | |
---|---|---|
committer | 2005-05-22 22:51:24 +0000 | |
commit | af71a2532daca33f1954bcbc13d4379dce4908f9 (patch) | |
tree | 7adadb2fcf71a44c47f7bbd2667837d1a957b230 /www-apps/mythweb | |
parent | fixed bug #93403. Wrong eclass function usage. (diff) | |
download | gentoo-2-af71a2532daca33f1954bcbc13d4379dce4908f9.tar.gz gentoo-2-af71a2532daca33f1954bcbc13d4379dce4908f9.tar.bz2 gentoo-2-af71a2532daca33f1954bcbc13d4379dce4908f9.zip |
remove mythtv depend
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-apps/mythweb')
-rw-r--r-- | www-apps/mythweb/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/mythweb/mythweb-0.18.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www-apps/mythweb/ChangeLog b/www-apps/mythweb/ChangeLog index 486dbb013a84..ac6b8f497463 100644 --- a/www-apps/mythweb/ChangeLog +++ b/www-apps/mythweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/mythweb # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.11 2005/05/20 09:16:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.12 2005/05/22 22:51:24 cardoe Exp $ + + 22 May 2005; Doug Goldstein <cardoe@gentoo.org> mythweb-0.18.1.ebuild: + removed MythTV depend *mythweb-0.18.1 (20 May 2005) diff --git a/www-apps/mythweb/mythweb-0.18.1.ebuild b/www-apps/mythweb/mythweb-0.18.1.ebuild index 6af5f1aee6c1..07e017585f99 100644 --- a/www-apps/mythweb/mythweb-0.18.1.ebuild +++ b/www-apps/mythweb/mythweb-0.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.18.1.ebuild,v 1.1 2005/05/20 09:16:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.18.1.ebuild,v 1.2 2005/05/22 22:51:24 cardoe Exp $ inherit webapp @@ -11,8 +11,7 @@ IUSE="" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" -RDEPEND=">=dev-php/mod_php-4.2 - ~media-tv/mythtv-${PV}" +RDEPEND=">=dev-php/mod_php-4.2" S="${WORKDIR}/mythplugins-${PV}/${PN}" |