From 60af0f9cc974d178d28556f9e3bb6635591b1efd Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Mon, 23 Dec 2013 16:04:31 +0000 Subject: Add missing dependency, bug #482382 by Michael Orlitzky (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) --- app-admin/drush/ChangeLog | 5 ++++- app-admin/drush/drush-5.8.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app-admin/drush') diff --git a/app-admin/drush/ChangeLog b/app-admin/drush/ChangeLog index 8ac5ec8b53d5..54f9c1ac33ef 100644 --- a/app-admin/drush/ChangeLog +++ b/app-admin/drush/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/drush # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v 1.7 2013/12/23 15:55:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/ChangeLog,v 1.8 2013/12/23 16:04:31 pacho Exp $ + + 23 Dec 2013; Pacho Ramos drush-5.8.ebuild: + Add missing dependency, bug #482382 by Michael Orlitzky 23 Dec 2013; Pacho Ramos -drush-4.5-r1.ebuild, -drush-4.6.ebuild, -drush-5.1.ebuild, metadata.xml: diff --git a/app-admin/drush/drush-5.8.ebuild b/app-admin/drush/drush-5.8.ebuild index 7cb68035ce41..29c2129cf7a4 100644 --- a/app-admin/drush/drush-5.8.ebuild +++ b/app-admin/drush/drush-5.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/drush-5.8.ebuild,v 1.3 2013/03/25 20:52:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/drush/drush-5.8.ebuild,v 1.4 2013/12/23 16:04:30 pacho Exp $ EAPI="4" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="+examples" -DEPEND="dev-lang/php[cli,simplexml] +DEPEND="dev-lang/php[cli,ctype,simplexml] dev-php/pear dev-php/PEAR-Console_Table dev-php/PEAR-Console_Getopt" -- cgit v1.2.3-65-gdbad