From 0faea2185b556a0e64606a485d7f4a00971dc6e0 Mon Sep 17 00:00:00 2001 From: Theo Anderson Date: Sat, 28 Nov 2020 09:43:00 +1300 Subject: [PATCH] gui-apps/tiramisu: depend dev-libs/glib:2[dbus] Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Theo Anderson --- gui-apps/tiramisu/tiramisu-0_p20201110.ebuild | 6 ++++-- gui-apps/tiramisu/tiramisu-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild index 78c48693c1..27bbb3fb10 100644 --- a/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild +++ b/gui-apps/tiramisu/tiramisu-0_p20201110.ebuild @@ -3,8 +3,7 @@ EAPI=7 -if [[ "${PV}" == 9999 ]] -then +if [[ "${PV}" == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Sweets/tiramisu" else @@ -20,6 +19,9 @@ HOMEPAGE="https://github.com/Sweets/tiramisu" LICENSE="MIT" SLOT="0" +RDEPEND="dev-libs/glib:2[dbus]" +DEPEND="${RDEPEND}" + src_install() { emake DESTDIR="${ED}" PREFIX=/usr install } diff --git a/gui-apps/tiramisu/tiramisu-9999.ebuild b/gui-apps/tiramisu/tiramisu-9999.ebuild index 78c48693c1..27bbb3fb10 100644 --- a/gui-apps/tiramisu/tiramisu-9999.ebuild +++ b/gui-apps/tiramisu/tiramisu-9999.ebuild @@ -3,8 +3,7 @@ EAPI=7 -if [[ "${PV}" == 9999 ]] -then +if [[ "${PV}" == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Sweets/tiramisu" else @@ -20,6 +19,9 @@ HOMEPAGE="https://github.com/Sweets/tiramisu" LICENSE="MIT" SLOT="0" +RDEPEND="dev-libs/glib:2[dbus]" +DEPEND="${RDEPEND}" + src_install() { emake DESTDIR="${ED}" PREFIX=/usr install }