diff options
Diffstat (limited to 'dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild')
-rw-r--r-- | dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild b/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild index 5bbf9e91cea6..7320659a824d 100644 --- a/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild +++ b/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild,v 1.3 2008/03/03 16:57:44 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild,v 1.4 2008/03/17 12:49:20 jokey Exp $ inherit php-pear-r1 depend.php @@ -12,7 +12,3 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-php/PEAR-PEAR_PackageFileManager-1.6.0" - -pkg_setup() { - require_php_with_use xml simplexml -} |