diff options
author | 2008-03-17 12:49:20 +0000 | |
---|---|---|
committer | 2008-03-17 12:49:20 +0000 | |
commit | 97fe64226c46ca24bc83703895257ec50fe44576 (patch) | |
tree | 538f67b534efc7403a996327b18dc9387c9b47ac /dev-php/PEAR-PEAR_PackageFileManager_Cli/PEAR-PEAR_PackageFileManager_Cli-0.3.0.ebuild | |
parent | Version bump from project overlay (diff) | |
download | gentoo-2-97fe64226c46ca24bc83703895257ec50fe44576.tar.gz gentoo-2-97fe64226c46ca24bc83703895257ec50fe44576.tar.bz2 gentoo-2-97fe64226c46ca24bc83703895257ec50fe44576.zip |
Version bump from project overlay
(Portage version: 2.1.4.4)
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 -} |