mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-misc/proctl, app-misc/tinyfetch: remove unnecessary BDEPEND and src_configure()
Signed-off-by: kernaltrap8 <kernaltrap@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user