diff options
author | Chris <xchrisx@uber.space> | 2020-01-07 20:04:57 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2020-01-18 12:10:49 +0000 |
commit | 154a5b4a89084de1d9dfa2be4985dd3714d0b6e0 (patch) | |
tree | e2d1a345868e97917d9980710fc854b9cb71c9ee /dev-libs/dbus-tqt | |
parent | 8a6c3d4e642b1a50766124723eae98ac00f164ce (diff) | |
download | tde-packaging-gentoo-154a5b4a89084de1d9dfa2be4985dd3714d0b6e0.tar.gz tde-packaging-gentoo-154a5b4a89084de1d9dfa2be4985dd3714d0b6e0.zip |
Live ebuilds: Port dbus-1-tqt and dbus-tqt to EAPI7.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'dev-libs/dbus-tqt')
-rw-r--r-- | dev-libs/dbus-tqt/dbus-tqt-9999.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild b/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild index 63a22f4c..2050b14e 100644 --- a/dev-libs/dbus-tqt/dbus-tqt-9999.ebuild +++ b/dev-libs/dbus-tqt/dbus-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-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() { |