summaryrefslogtreecommitdiffstats
path: root/dev-tqt/avahi-tqt/avahi-tqt-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tqt/avahi-tqt/avahi-tqt-9999.ebuild')
-rw-r--r--dev-tqt/avahi-tqt/avahi-tqt-9999.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-tqt/avahi-tqt/avahi-tqt-9999.ebuild b/dev-tqt/avahi-tqt/avahi-tqt-9999.ebuild
index 2875f056..1f644a68 100644
--- a/dev-tqt/avahi-tqt/avahi-tqt-9999.ebuild
+++ b/dev-tqt/avahi-tqt/avahi-tqt-9999.ebuild
@@ -1,21 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
+
TRINITY_MODULE_TYPE="dependencies"
TRINITY_MODULE_NAME="${PN}"
-
inherit trinity-base-2
DESCRIPTION="Avahi TQt bindings"
HOMEPAGE="https://trinitydesktop.org/"
+
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-DEPEND="net-dns/avahi
- ~dev-tqt/tqtinterface-${PV}"
+DEPEND="
+ ~dev-tqt/tqtinterface-${PV}
+ net-dns/avahi"
RDEPEND="${DEPEND}"
src_configure() {
cmake-utils_src_configure
-} \ No newline at end of file
+}