commit: 0faea2185b556a0e64606a485d7f4a00971dc6e0
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Nov 27 20:43:00 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Nov 27 20:43:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0faea218
gui-apps/tiramisu: depend dev-libs/glib:2[dbus]
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
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 78c48693..27bbb3fb 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 78c48693..27bbb3fb 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
}