commit: ddef35dbedf506800878db3decd5957cfba7b324
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Oct 18 09:48:10 2023 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Oct 18 09:48:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ddef35db
gui-apps/nwg-launchers: update EAPI 7 -> 8
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
gui-apps/nwg-launchers/nwg-launchers-9999.ebuild | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
index 82163e8891..d8db92c43b 100644
--- a/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
+++ b/gui-apps/nwg-launchers/nwg-launchers-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
if [[ "${PV}" == 9999 ]]
then
@@ -23,7 +23,13 @@ RDEPEND="
x11-libs/gtk+:3
dev-cpp/gtkmm:3.0
dev-cpp/nlohmann_json
- layershell? ( gui-libs/gtk-layer-shell )"
+ layershell? ( gui-libs/gtk-layer-shell )
+ dev-cpp/atkmm
+ dev-cpp/cairomm
+ dev-cpp/glibmm:2
+ dev-libs/glib:2
+ dev-libs/libsigc++:2
+"
DEPEND="${RDEPEND}"
RESTRICT="mirror"