diff options
author | Chris <xchrisx@uber.space> | 2020-04-23 02:45:41 +0200 |
---|---|---|
committer | Chris <xchrisx@uber.space> | 2020-04-23 02:45:41 +0200 |
commit | 7e24157247073f424e1977f7ddd725f101d8ef55 (patch) | |
tree | e5429cb04a3f21bd17d5d75e8dfb6c3a8363ff6e /dev-libs/dbus-tqt | |
parent | c5c06e25055403061b247d34f97e773ebed2bf1d (diff) | |
download | tde-packaging-gentoo-7e24157247073f424e1977f7ddd725f101d8ef55.tar.gz tde-packaging-gentoo-7e24157247073f424e1977f7ddd725f101d8ef55.zip |
Stable ebuilds: General cosmetics and sync with live ebuilds.
Also: Some cosmetics for the live ebuilds.
Signed-off-by: Chris <xchrisx@uber.space>
Diffstat (limited to 'dev-libs/dbus-tqt')
-rwxr-xr-x | dev-libs/dbus-tqt/dbus-tqt-14.0.6.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/dbus-tqt/dbus-tqt-14.0.6.ebuild b/dev-libs/dbus-tqt/dbus-tqt-14.0.6.ebuild index 4ed0d49c..638fad2a 100755 --- a/dev-libs/dbus-tqt/dbus-tqt-14.0.6.ebuild +++ b/dev-libs/dbus-tqt/dbus-tqt-14.0.6.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -# $Id$ + EAPI="7" TRINITY_MODULE_TYPE="dependencies" TRINITY_MODULE_NAME="dbus-tqt" @@ -9,14 +10,13 @@ inherit trinity-base-2 DESCRIPTION="D-BUS TQt bindings" HOMEPAGE="http://trinitydesktop.org/" -LICENSE="GPL-2 LGPL-2" -KEYWORDS="~amd64" +LICENSE="|| ( GPL-2 GPL-3 )" +KEYWORDS="~amd64 ~x86" SLOT="0" -IUSE="" DEPEND="sys-apps/dbus =dev-tqt/tqtinterface-${PV}" -RDEPEND="$DEPEND" +RDEPEND="${DEPEND}" src_configure() { cmake-utils_src_configure |