summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-30 14:26:59 +0100
committerSam James <sam@gentoo.org>2023-06-30 14:26:59 +0100
commitf207b40812ed688adbd6a7ca163fb75c0dc6b951 (patch)
treed19dfd0d2e35ed8e68b1a18104c861d71264d68a /media-video/subsync
parentmedia-libs/soxr: drop blank DEPEND/RDEPEND (diff)
downloadgentoo-f207b40812ed688adbd6a7ca163fb75c0dc6b951.tar.gz
gentoo-f207b40812ed688adbd6a7ca163fb75c0dc6b951.tar.bz2
gentoo-f207b40812ed688adbd6a7ca163fb75c0dc6b951.zip
media-video/subsync: 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 'media-video/subsync')
-rw-r--r--media-video/subsync/subsync-0.0.1.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/media-video/subsync/subsync-0.0.1.ebuild b/media-video/subsync/subsync-0.0.1.ebuild
index 26f31fe0e7af..bb0fc6a84f3c 100644
--- a/media-video/subsync/subsync-0.0.1.ebuild
+++ b/media-video/subsync/subsync-0.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,6 +11,3 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"