mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
gui-apps/somebar: add missing RDEPEND
Closes: https://bugs.gentoo.org/932620 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit savedconfig meson
|
inherit savedconfig meson
|
||||||
|
|
||||||
@@ -13,14 +13,17 @@ LICENSE="MIT"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND="
|
RDEPEND="
|
||||||
|
dev-libs/glib:2
|
||||||
dev-libs/wayland
|
dev-libs/wayland
|
||||||
x11-libs/cairo
|
x11-libs/cairo
|
||||||
x11-libs/pango
|
x11-libs/pango
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
DEPEND="
|
||||||
BDEPEND="
|
${RDEPEND}
|
||||||
dev-libs/wayland-protocols
|
dev-libs/wayland-protocols
|
||||||
|
"
|
||||||
|
BDEPEND="
|
||||||
dev-util/wayland-scanner
|
dev-util/wayland-scanner
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Copyright 2022 Gentoo Authors
|
# Copyright 2022-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit savedconfig git-r3 meson
|
inherit savedconfig git-r3 meson
|
||||||
|
|
||||||
@@ -12,14 +12,17 @@ EGIT_REPO_URI="https://git.sr.ht/~raphi/somebar"
|
|||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND="
|
RDEPEND="
|
||||||
|
dev-libs/glib:2
|
||||||
dev-libs/wayland
|
dev-libs/wayland
|
||||||
x11-libs/cairo
|
x11-libs/cairo
|
||||||
x11-libs/pango
|
x11-libs/pango
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
DEPEND="
|
||||||
BDEPEND="
|
${RDEPEND}
|
||||||
dev-libs/wayland-protocols
|
dev-libs/wayland-protocols
|
||||||
|
"
|
||||||
|
BDEPEND="
|
||||||
dev-util/wayland-scanner
|
dev-util/wayland-scanner
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user