diff options
Diffstat (limited to 'dev-tqt/tqtinterface/tqtinterface-9999.ebuild')
-rw-r--r-- | dev-tqt/tqtinterface/tqtinterface-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tqt/tqtinterface/tqtinterface-9999.ebuild b/dev-tqt/tqtinterface/tqtinterface-9999.ebuild index 76d0ba48..c9479c37 100644 --- a/dev-tqt/tqtinterface/tqtinterface-9999.ebuild +++ b/dev-tqt/tqtinterface/tqtinterface-9999.ebuild @@ -3,16 +3,16 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" + TRINITY_MODULE_TYPE="dependencies" TRINITY_MODULE_NAME="tqtinterface" - inherit trinity-base-2 DESCRIPTION="Interface and abstraction library for TQt and Trinity" HOMEPAGE="https://trinitydesktop.org/" + LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" - IUSE="+opengl" DEPEND="~dev-tqt/tqt-${PV}[opengl=] @@ -24,9 +24,9 @@ pkg_setup() { } src_configure() { - mycmakeargs=( + local mycmakeargs=( -DQT_PREFIX_DIR="${TQTDIR}" ) - cmake-utils_src_configure + cmake-utils_src_configure } |