summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-23 16:04:31 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-23 16:04:31 +0000
commit60af0f9cc974d178d28556f9e3bb6635591b1efd (patch)
tree244897ce0ec1a11018d5546be597770301f29402 /app-admin/drush
parentCleanup due bug #66351 (diff)
downloadgentoo-2-60af0f9cc974d178d28556f9e3bb6635591b1efd.tar.gz
gentoo-2-60af0f9cc974d178d28556f9e3bb6635591b1efd.tar.bz2
gentoo-2-60af0f9cc974d178d28556f9e3bb6635591b1efd.zip
Add missing dependency, bug #482382 by Michael Orlitzky
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-admin/drush')
-rw-r--r--app-admin/drush/ChangeLog5
-rw-r--r--app-admin/drush/drush-5.8.ebuild4
2 files changed, 6 insertions, 3 deletions
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 <pacho@gentoo.org> drush-5.8.ebuild:
+ Add missing dependency, bug #482382 by Michael Orlitzky
23 Dec 2013; Pacho Ramos <pacho@gentoo.org> -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"