Skip to content

Commit

Permalink
media-libs/phonon: Re-add pkg_setup
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/641726
Package-Manager: Portage-2.3.13, Repoman-2.3.4
  • Loading branch information
a17r committed Dec 19, 2017
1 parent 61d7e49 commit 2ec76af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions media-libs/phonon/phonon-4.9.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions media-libs/phonon/phonon-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2ec76af

Please sign in to comment.