From 93a51faab4744f12b6d76ed2cfa79b31b375321f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 23 Nov 2024 16:03:32 +0100 Subject: [PATCH] app-admin/drush: Stabilize 6.7.0-r8 x86, #944670 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-admin/drush/drush-6.7.0-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/drush/drush-6.7.0-r8.ebuild b/app-admin/drush/drush-6.7.0-r8.ebuild index 2768a8302b657..dc578f5db9147 100644 --- a/app-admin/drush/drush-6.7.0-r8.ebuild +++ b/app-admin/drush/drush-6.7.0-r8.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/drush-ops/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" RDEPEND="dev-lang/php[cli,ctype,json(+),simplexml] dev-php/PEAR-Console_Table"