diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-03-22 08:25:04 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-03-22 08:25:04 -0400 |
commit | f50b37b2a0fa68f7d18cf2ea00f68d0a69f4dd8c (patch) | |
tree | 209706e2c10d4acdf14a31393b5e2c924bbb472c /app-admin/drush | |
parent | app-admin/drush: drop 6.7.0-r4 (diff) | |
download | gentoo-f50b37b2a0fa68f7d18cf2ea00f68d0a69f4dd8c.tar.gz gentoo-f50b37b2a0fa68f7d18cf2ea00f68d0a69f4dd8c.tar.bz2 gentoo-f50b37b2a0fa68f7d18cf2ea00f68d0a69f4dd8c.zip |
app-admin/drush: drop empty IUSE/DEPEND assignments
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-admin/drush')
-rw-r--r-- | app-admin/drush/drush-6.7.0-r6.ebuild | 4 |
1 files changed, 1 insertions, 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" |