diff options
author | 2009-12-20 22:54:56 +0000 | |
---|---|---|
committer | 2009-12-20 22:54:56 +0000 | |
commit | 847e8d40b55cde0e04ddfa8236a46a1cd429569f (patch) | |
tree | 5d2601ab75598638fe7bcaeae8f8bd2582032e6b /www-apps/ampache/ampache-3.5.3.ebuild | |
parent | Fix dependencies. (diff) | |
download | gentoo-2-847e8d40b55cde0e04ddfa8236a46a1cd429569f.tar.gz gentoo-2-847e8d40b55cde0e04ddfa8236a46a1cd429569f.tar.bz2 gentoo-2-847e8d40b55cde0e04ddfa8236a46a1cd429569f.zip |
Add hash to ampache's required php use flags
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/ampache/ampache-3.5.3.ebuild')
-rw-r--r-- | www-apps/ampache/ampache-3.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/ampache/ampache-3.5.3.ebuild b/www-apps/ampache/ampache-3.5.3.ebuild index ae1130e879f3..343ba832e680 100644 --- a/www-apps/ampache/ampache-3.5.3.ebuild +++ b/www-apps/ampache/ampache-3.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.5.3.ebuild,v 1.1 2009/12/20 22:01:06 marineam Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.5.3.ebuild,v 1.2 2009/12/20 22:54:56 marineam Exp $ inherit webapp depend.php @@ -20,7 +20,7 @@ need_php_httpd pkg_setup() { webapp_pkg_setup - require_php_with_use pcre session unicode iconv xml mysql gd zlib + require_php_with_use pcre session unicode iconv xml mysql gd zlib hash } src_install() { |