From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5334E158041 for ; Fri, 22 Mar 2024 12:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FD87E29B8; Fri, 22 Mar 2024 12:27:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 551CFE29B8 for ; Fri, 22 Mar 2024 12:27:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9985633BE26 for ; Fri, 22 Mar 2024 12:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0957C1591 for ; Fri, 22 Mar 2024 12:27:57 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1711110304.f50b37b2a0fa68f7d18cf2ea00f68d0a69f4dd8c.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/drush/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/drush/drush-6.7.0-r6.ebuild X-VCS-Directories: app-admin/drush/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f50b37b2a0fa68f7d18cf2ea00f68d0a69f4dd8c X-VCS-Branch: master Date: Fri, 22 Mar 2024 12:27:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: adc123ce-ed9a-439e-92e4-e21d63543435 X-Archives-Hash: 8441d0426693132b20ccbc41755a3d93 commit: f50b37b2a0fa68f7d18cf2ea00f68d0a69f4dd8c Author: Michael Orlitzky gentoo org> AuthorDate: Fri Mar 22 12:25:04 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Mar 22 12:25:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50b37b2 app-admin/drush: drop empty IUSE/DEPEND assignments Signed-off-by: Michael Orlitzky gentoo.org> app-admin/drush/drush-6.7.0-r6.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-admin/drush/drush-6.7.0-r6.ebuild b/app-admin/drush/drush-6.7.0-r6.ebuild index d2eeb415631c..4f0d63ad593b 100644 --- a/app-admin/drush/drush-6.7.0-r6.ebuild +++ b/app-admin/drush/drush-6.7.0-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,9 +12,7 @@ SRC_URI="https://github.com/drush-ops/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" -DEPEND="" RDEPEND="dev-lang/php[cli,ctype,json(+),simplexml] dev-php/PEAR-Console_Table"