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@posteo.de>
This commit is contained in:
Theo Anderson
2020-11-28 09:43:00 +13:00
parent 1310642568
commit 0faea2185b
2 changed files with 8 additions and 4 deletions

View File

@@ -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
}

View File

@@ -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
}