From bdfdaa4f26ec73e98f856000015fec6e3fdeab37 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 5 Dec 2024 07:14:09 +0100 Subject: [PATCH] app-misc/fff: Improve ebuild for QA Fixes: EmptyGlobalAssignment: version 2.2: line 23: empty global assignment: BDEPEND="" Signed-off-by: Nils Freydank --- app-misc/fff/fff-2.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-misc/fff/fff-2.2.ebuild b/app-misc/fff/fff-2.2.ebuild index 89c750b..83668a2 100644 --- a/app-misc/fff/fff-2.2.ebuild +++ b/app-misc/fff/fff-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,4 +20,3 @@ DEPEND=" sys-apps/fbset " RDEPEND="${DEPEND}" -BDEPEND=""