From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84F28158089 for ; Wed, 18 Oct 2023 09:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C85882BC184; Wed, 18 Oct 2023 09:48:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE7EB2BC184 for ; Wed, 18 Oct 2023 09:48:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BABDD335D1B for ; Wed, 18 Oct 2023 09:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6358E128A for ; Wed, 18 Oct 2023 09:48:26 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1697622490.ddef35dbedf506800878db3decd5957cfba7b324.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/nwg-launchers/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/nwg-launchers/nwg-launchers-9999.ebuild X-VCS-Directories: gui-apps/nwg-launchers/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: ddef35dbedf506800878db3decd5957cfba7b324 X-VCS-Branch: dev Date: Wed, 18 Oct 2023 09:48:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32436717-58de-4b00-aefe-eda69b079194 X-Archives-Hash: d351106beae2a13876b5480529c3cd55 commit: ddef35dbedf506800878db3decd5957cfba7b324 Author: Pascal Jäger leimstift de> AuthorDate: Wed Oct 18 09:48:10 2023 +0000 Commit: Pascal Jäger leimstift 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 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"