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 | 51facaf995b5caa06267efd7ef1f675f214e296c (patch) | |
tree | 4587ce907a3609df2e936451ba8b70b96aa425a3 /dev-php5 | |
parent | Add a patch to build with recent versions of libtool (bug #116077). (diff) | |
download | historical-51facaf995b5caa06267efd7ef1f675f214e296c.tar.gz historical-51facaf995b5caa06267efd7ef1f675f214e296c.tar.bz2 historical-51facaf995b5caa06267efd7ef1f675f214e296c.zip |
Fix USE flag check.
Package-Manager: portage-2.0.54
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/znf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php5/znf/Manifest | 4 | ||||
-rw-r--r-- | dev-php5/znf/znf-0.7.6.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-php5/znf/ChangeLog b/dev-php5/znf/ChangeLog index 3b6626265014..988a747e4b6c 100644 --- a/dev-php5/znf/ChangeLog +++ b/dev-php5/znf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-php5/znf -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/znf/ChangeLog,v 1.1 2005/12/04 00:51:46 chtekk Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/znf/ChangeLog,v 1.2 2006/01/25 20:05:27 chtekk Exp $ + + 25 Jan 2006; Luca Longinotti <chtekk@gentoo.org> znf-0.7.6.ebuild: + Fix USE flag check. *znf-0.7.6 (04 Dec 2005) diff --git a/dev-php5/znf/Manifest b/dev-php5/znf/Manifest index 13b3a66c67bb..ca2914e4b765 100644 --- a/dev-php5/znf/Manifest +++ b/dev-php5/znf/Manifest @@ -1,4 +1,4 @@ -MD5 710ee7d21d9be0d52f2f42ffdc88d066 ChangeLog 341 +MD5 b9b1739ece8161a969db069167eb8966 ChangeLog 433 MD5 3444aa321e0708cf0d5068e9953b0c9a files/digest-znf-0.7.6 58 MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 -MD5 77d9b5b8e6233b35079d1cf4457ad758 znf-0.7.6.ebuild 711 +MD5 f6a76ca1863a59051a37a7839d7fb37f znf-0.7.6.ebuild 710 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 } |