diff options
author | Sam James <sam@gentoo.org> | 2023-06-30 14:26:59 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-30 14:26:59 +0100 |
commit | f207b40812ed688adbd6a7ca163fb75c0dc6b951 (patch) | |
tree | d19dfd0d2e35ed8e68b1a18104c861d71264d68a | |
parent | media-libs/soxr: drop blank DEPEND/RDEPEND (diff) | |
download | gentoo-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>
-rw-r--r-- | media-video/subsync/subsync-0.0.1.ebuild | 5 |
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}" |