diff options
Diffstat (limited to 'www-apps/ampache/ampache-3.3.2.1.ebuild')
-rw-r--r-- | www-apps/ampache/ampache-3.3.2.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-apps/ampache/ampache-3.3.2.1.ebuild b/www-apps/ampache/ampache-3.3.2.1.ebuild index c2445d86491a..7d6ef9307f53 100644 --- a/www-apps/ampache/ampache-3.3.2.1.ebuild +++ b/www-apps/ampache/ampache-3.3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.3.2.1.ebuild,v 1.5 2007/01/02 23:29:51 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.3.2.1.ebuild,v 1.6 2007/02/05 00:07:39 beandog Exp $ inherit webapp depend.php @@ -9,11 +9,10 @@ HOMEPAGE="http://www.ampache.org/" SRC_URI="http://www.ampache.org/downloads/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="virtual/httpd-php" -DEPEND="" need_php @@ -38,4 +37,3 @@ src_install() { webapp_postinst_txt en ${FILESDIR}/installdoc.txt webapp_src_install } - |