commit:     aa4ac66df6c2fc8f881cb92a91afda2b7c00cfe5
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Jan  8 13:30:20 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jan  8 13:30:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa4ac66d

gui-apps/somebar: add missing RDEPEND

Closes: https://bugs.gentoo.org/932620
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 .../{somebar-1.0.3.ebuild => somebar-1.0.3-r1.ebuild}       | 13 ++++++++-----
 gui-apps/somebar/somebar-9999.ebuild                        | 13 ++++++++-----
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/gui-apps/somebar/somebar-1.0.3.ebuild 
b/gui-apps/somebar/somebar-1.0.3-r1.ebuild
similarity index 88%
rename from gui-apps/somebar/somebar-1.0.3.ebuild
rename to gui-apps/somebar/somebar-1.0.3-r1.ebuild
index 845bb7abf..3285a573d 100644
--- a/gui-apps/somebar/somebar-1.0.3.ebuild
+++ b/gui-apps/somebar/somebar-1.0.3-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit savedconfig meson
 
@@ -13,14 +13,17 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="
+RDEPEND="
+       dev-libs/glib:2
        dev-libs/wayland
        x11-libs/cairo
        x11-libs/pango
 "
-RDEPEND="${DEPEND}"
-BDEPEND="
+DEPEND="
+       ${RDEPEND}
        dev-libs/wayland-protocols
+"
+BDEPEND="
        dev-util/wayland-scanner
 "
 

diff --git a/gui-apps/somebar/somebar-9999.ebuild 
b/gui-apps/somebar/somebar-9999.ebuild
index 6d0b4cc26..99495ca94 100644
--- a/gui-apps/somebar/somebar-9999.ebuild
+++ b/gui-apps/somebar/somebar-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit savedconfig git-r3 meson
 
@@ -12,14 +12,17 @@ EGIT_REPO_URI="https://git.sr.ht/~raphi/somebar";
 LICENSE="MIT"
 SLOT="0"
 
-DEPEND="
+RDEPEND="
+       dev-libs/glib:2
        dev-libs/wayland
        x11-libs/cairo
        x11-libs/pango
 "
-RDEPEND="${DEPEND}"
-BDEPEND="
+DEPEND="
+       ${RDEPEND}
        dev-libs/wayland-protocols
+"
+BDEPEND="
        dev-util/wayland-scanner
 "
 

Reply via email to