diff --git a/app-misc/proctl/proctl-9999.ebuild b/app-misc/proctl/proctl-9999.ebuild index a6a804a1e0..e818370c16 100644 --- a/app-misc/proctl/proctl-9999.ebuild +++ b/app-misc/proctl/proctl-9999.ebuild @@ -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 -} diff --git a/app-misc/tinyfetch/tinyfetch-9999.ebuild b/app-misc/tinyfetch/tinyfetch-9999.ebuild index 0b17207949..f05ed1281f 100644 --- a/app-misc/tinyfetch/tinyfetch-9999.ebuild +++ b/app-misc/tinyfetch/tinyfetch-9999.ebuild @@ -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 -}