diff options
author | Brayan M. Salazar <this.brayan@proton.me> | 2024-07-25 11:05:12 -0400 |
---|---|---|
committer | Brayan M. Salazar <this.brayan@proton.me> | 2024-07-25 11:05:48 -0400 |
commit | 02c2737f4e246a8fb6b3ac608a5f93621d61ae75 (patch) | |
tree | efe7a89a8ac26fc535a64c78d45d571668fce509 /app-portage | |
parent | dev-embedded/esp-coredump: add 1.11.0 (diff) | |
download | guru-02c2737f4e246a8fb6b3ac608a5f93621d61ae75.tar.gz guru-02c2737f4e246a8fb6b3ac608a5f93621d61ae75.tar.bz2 guru-02c2737f4e246a8fb6b3ac608a5f93621d61ae75.zip |
app-portage/portagecfg: Fixed wrong BDEPEND.
Signed-off-by: Brayan M. Salazar <this.brayan@proton.me>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portagecfg/portagecfg-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/portagecfg/portagecfg-2.0.0.ebuild b/app-portage/portagecfg/portagecfg-2.0.0.ebuild index 5b63207a1..8ffca7b0e 100644 --- a/app-portage/portagecfg/portagecfg-2.0.0.ebuild +++ b/app-portage/portagecfg/portagecfg-2.0.0.ebuild @@ -18,4 +18,4 @@ dev-qt/qtbase:6 dev-qt/linguist-tools:5 " RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" +BDEPEND=">=dev-build/cmake-3.28" |