From 154a5b4a89084de1d9dfa2be4985dd3714d0b6e0 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 7 Jan 2020 20:04:57 +0100 Subject: Live ebuilds: Port dbus-1-tqt and dbus-tqt to EAPI7. Signed-off-by: Chris --- dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'dev-libs/dbus-1-tqt') diff --git a/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild b/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild index cb3944aa..0e4722ec 100644 --- a/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild +++ b/dev-libs/dbus-1-tqt/dbus-1-tqt-9999.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="7" TRINITY_MODULE_TYPE="dependencies" TRINITY_MODULE_NAME="dbus-1-tqt" -inherit trinity-base +inherit trinity-base-2 DESCRIPTION="D-BUS TQt bindings" HOMEPAGE="http://trinitydesktop.org/" -LICENSE="GPL-2 LGPL-2" -KEYWORDS= +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" -IUSE="" DEPEND="sys-apps/dbus - dev-tqt/tqtinterface" + =dev-tqt/tqtinterface-${PV}" RDEPEND="$DEPEND" src_configure() { -- cgit v1.2.1