app-misc/proctl, app-misc/tinyfetch: remove unnecessary BDEPEND and src_configure()

Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
kernaltrap8
2024-06-03 20:27:22 -05:00
parent 47b8a7f102
commit 5f17d5e99a
2 changed files with 3 additions and 18 deletions

View File

@@ -1,3 +1,6 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
@@ -13,12 +16,3 @@ HOMEPAGE="https://github.com/kernaltrap8/proctl"
LICENSE="GPL-3"
SLOT="0"
DEPEND="${BDEPEND}"
BDEPEND="
dev-build/meson
"
src_configure() {
meson_src_configure
}

View File

@@ -13,12 +13,3 @@ HOMEPAGE="https://github.com/kernaltrap8/tinyfetch"
LICENSE="GPL-3"
SLOT="0"
DEPEND="${BDEPEND}"
BDEPEND="
dev-build/meson
"
src_configure() {
meson_src_configure
}