summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-19 15:41:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-19 15:41:41 +0100
commit2ec76afed4def01c8a054764a8915b902d262465 (patch)
treea654727890ab2f1865674d177dae8d20762130df /media-libs/phonon/phonon-9999.ebuild
parentdev-libs/beignet: fix multilib libdir detection for LLVM-4+ (diff)
downloadgentoo-2ec76afed4def01c8a054764a8915b902d262465.tar.gz
gentoo-2ec76afed4def01c8a054764a8915b902d262465.tar.bz2
gentoo-2ec76afed4def01c8a054764a8915b902d262465.zip
media-libs/phonon: Re-add pkg_setup
Closes: https://bugs.gentoo.org/641726 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'media-libs/phonon/phonon-9999.ebuild')
-rw-r--r--media-libs/phonon/phonon-9999.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild
index 72b330e232c5..b16a70f4b3c9 100644
--- a/media-libs/phonon/phonon-9999.ebuild
+++ b/media-libs/phonon/phonon-9999.ebuild
@@ -49,6 +49,10 @@ PDEPEND="
PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" )
+pkg_setup() {
+ MULTIBUILD_VARIANTS=( $(usev qt4) qt5 )
+}
+
multilib_src_configure() {
local mycmakeargs=(
-DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)