diff options
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/sitebar/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/sitebar/sitebar-3.3.9-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www-apps/sitebar/ChangeLog b/www-apps/sitebar/ChangeLog index 55454e7d581d..72054f423eed 100644 --- a/www-apps/sitebar/ChangeLog +++ b/www-apps/sitebar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/sitebar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.24 2010/03/07 13:17:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/ChangeLog,v 1.25 2010/09/11 15:18:00 mabi Exp $ + + 11 Sep 2010; Matti Bickel <mabi@gentoo.org> sitebar-3.3.9-r1.ebuild: + change virtual/php to virtual/httpd-php (bug #319623) 07 Mar 2010; Benedikt Böhm <hollow@gentoo.org> -sitebar-3.3.9.ebuild, sitebar-3.3.9-r1.ebuild: diff --git a/www-apps/sitebar/sitebar-3.3.9-r1.ebuild b/www-apps/sitebar/sitebar-3.3.9-r1.ebuild index ef7b7fdad0fe..1d828d7a073c 100644 --- a/www-apps/sitebar/sitebar-3.3.9-r1.ebuild +++ b/www-apps/sitebar/sitebar-3.3.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.5 2010/03/07 13:17:12 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/sitebar/sitebar-3.3.9-r1.ebuild,v 1.6 2010/09/11 15:18:00 mabi Exp $ inherit webapp eutils @@ -13,8 +13,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/httpd-cgi - virtual/php" +DEPEND="virtual/httpd-php" RDEPEND="${DEPEND}" S="${WORKDIR}"/${MY_P} |