From 65737cf14a7220bd9a487aa2af4ae0e79bd23e86 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jan 2018 21:45:04 +0000 Subject: gentoo resync : 08.01.2018 --- media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild') diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild index a732537e48c5..da1692bb1d65 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,7 +43,9 @@ RDEPEND=" jack? ( virtual/jack ) pulseaudio? ( media-sound/pulseaudio ) " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" pkg_setup() { if [[ ${ABI} == amd64 ]]; then @@ -84,7 +86,7 @@ multilib_src_configure() { fi if multilib_is_native_abi ; then - mymakeargs+=( -DWITH_QT5="true" ) + mycmakeargs+=( -DWITH_QT5="true" ) else mycmakeargs+=( -DWITH_SIMPLESCREENRECORDER="false" ) fi -- cgit v1.2.3