mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user