diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-02-10 13:37:31 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-02-10 13:37:31 +0000 |
commit | 2db5dcd4080cdc151a47ce3b9e4fb4e05e99faff (patch) | |
tree | 45d5a8fc6eb90139e648285f822718f86b5cc6f4 /dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild | |
parent | Remove unused opengl use flag wrt bug #402383. (diff) | |
download | gentoo-2-2db5dcd4080cdc151a47ce3b9e4fb4e05e99faff.tar.gz gentoo-2-2db5dcd4080cdc151a47ce3b9e4fb4e05e99faff.tar.bz2 gentoo-2-2db5dcd4080cdc151a47ce3b9e4fb4e05e99faff.zip |
Setting dev-php/pear as PEDEPEND to ensure a usable system is installed
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild')
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild index 2fa66d30d9a5..7c858dda58d0 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild,v 1.6 2011/08/25 11:56:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.9.3.ebuild,v 1.7 2012/02/10 13:37:31 olemarkus Exp $ EAPI="3" @@ -22,6 +22,8 @@ DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) RDEPEND="${DEPEND}" +PDEPEND="dev-php/pear" + S="${WORKDIR}" pkg_setup() { |