diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-10-05 18:13:58 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-10-05 18:13:58 +0000 |
commit | ac49c713b7c66dfe562f5f8a5217cee0f96a0d74 (patch) | |
tree | f171a5e398a455d02deba413da3c0997e57dd941 /dev-php | |
parent | remove unused license (diff) | |
download | gentoo-2-ac49c713b7c66dfe562f5f8a5217cee0f96a0d74.tar.gz gentoo-2-ac49c713b7c66dfe562f5f8a5217cee0f96a0d74.tar.bz2 gentoo-2-ac49c713b7c66dfe562f5f8a5217cee0f96a0d74.zip |
Fix PEAR dependencies, bug 286062
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild index 9116424b563f..7b2169569642 100644 --- a/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild +++ b/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.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/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild,v 1.1 2009/09/23 02:44:32 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.3.ebuild,v 1.2 2009/10/05 18:13:58 beandog Exp $ MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" SRC_URI="http://pear.php.net/get/${MY_P}.tgz" +DEPEND=">=dev-php/PEAR-PEAR-1.8.1" PDEPEND="dev-php/pear" HOMEPAGE="http://pear.php.net/package/Archive_Tar" |