diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-01-25 20:05:27 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-01-25 20:05:27 +0000 |
commit | 7486560a3fae59833579f9c90306df81c2dcfa94 (patch) | |
tree | 5cd5c7630f1f9252c8d1ec4d2e888b68c116b674 /dev-php5/znf/znf-0.7.6.ebuild | |
parent | Add a patch to build with recent versions of libtool (bug #116077). (diff) | |
download | gentoo-2-7486560a3fae59833579f9c90306df81c2dcfa94.tar.gz gentoo-2-7486560a3fae59833579f9c90306df81c2dcfa94.tar.bz2 gentoo-2-7486560a3fae59833579f9c90306df81c2dcfa94.zip |
Fix USE flag check.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-php5/znf/znf-0.7.6.ebuild')
-rw-r--r-- | dev-php5/znf/znf-0.7.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php5/znf/znf-0.7.6.ebuild b/dev-php5/znf/znf-0.7.6.ebuild index c2f9b6762104..ef027dabac63 100644 --- a/dev-php5/znf/znf-0.7.6.ebuild +++ b/dev-php5/znf/znf-0.7.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/znf/znf-0.7.6.ebuild,v 1.1 2005/12/04 00:51:46 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php5/znf/znf-0.7.6.ebuild,v 1.2 2006/01/25 20:05:27 chtekk Exp $ inherit php-pear-lib-r1 @@ -24,5 +24,5 @@ pkg_setup() { has_php # we need XML/XSL support in PHP5 for this - require_php_with_use xml2 xsl + require_php_with_use xml xsl } |