commit: 2ec76afed4def01c8a054764a8915b902d262465 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 19 14:41:24 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Dec 19 14:41:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ec76afe
media-libs/phonon: Re-add pkg_setup Closes: https://bugs.gentoo.org/641726 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-libs/phonon/phonon-4.9.1-r1.ebuild | 4 ++++ media-libs/phonon/phonon-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/media-libs/phonon/phonon-4.9.1-r1.ebuild b/media-libs/phonon/phonon-4.9.1-r1.ebuild index 8cf0541b4fe..7f91cb3281f 100644 --- a/media-libs/phonon/phonon-4.9.1-r1.ebuild +++ b/media-libs/phonon/phonon-4.9.1-r1.ebuild @@ -53,6 +53,10 @@ PDEPEND=" PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" ) +pkg_setup() { + MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) ) +} + multilib_src_configure() { local mycmakeargs=( -DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer) diff --git a/media-libs/phonon/phonon-9999.ebuild b/media-libs/phonon/phonon-9999.ebuild index 72b330e232c..b16a70f4b3c 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)
