diff options
author | Sam James <sam@gentoo.org> | 2023-06-30 14:26:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-30 14:26:02 +0100 |
commit | 31f333c38d2feb60c4407ef401d6bebd0d1381ba (patch) | |
tree | 578966f3d1ff15e18083de8f201fe35fd2242dfb /app-forensics | |
parent | app-emulation/vendor-reset: drop blank DEPEND/RDEPEND (diff) | |
download | gentoo-31f333c38d2feb60c4407ef401d6bebd0d1381ba.tar.gz gentoo-31f333c38d2feb60c4407ef401d6bebd0d1381ba.tar.bz2 gentoo-31f333c38d2feb60c4407ef401d6bebd0d1381ba.zip |
app-forensics/unhide: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/unhide/unhide-20210124.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app-forensics/unhide/unhide-20210124.ebuild b/app-forensics/unhide/unhide-20210124.ebuild index a61b5eda75cd..41ce459b1ddd 100644 --- a/app-forensics/unhide/unhide-20210124.ebuild +++ b/app-forensics/unhide/unhide-20210124.ebuild @@ -12,10 +12,6 @@ SRC_URI="https://github.com/YJesus/Unhide/archive/refs/tags/v${PV}.tar.gz -> ${P LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" S="${WORKDIR}/Unhide-${PV}" |