commit: d06bb563d4cae5dabbc6ba71b1841b9ba8553247
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 22:23:09 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 00:18:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06bb563
media-libs/phonon: Drop obsolete pkg_setup
Older GCC versions are masked now.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-libs/phonon/phonon-4.9.1-r1.ebuild | 8 --------
media-libs/phonon/phonon-9999.ebuild | 8 --------
2 files changed, 16 deletions(-)
diff --git a/media-libs/phonon/phonon-4.9.1-r1.ebuild
b/media-libs/phonon/phonon-4.9.1-r1.ebuild
index c7057d37691..8cf0541b4fe 100644
--- a/media-libs/phonon/phonon-4.9.1-r1.ebuild
+++ b/media-libs/phonon/phonon-4.9.1-r1.ebuild
@@ -53,14 +53,6 @@ PDEPEND="
PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" )
-pkg_setup() {
- if use qt4 && [[ $(gcc-major-version) -lt 5 ]] ; then
- ewarn "A GCC version older than 5 was detected. There may be
trouble. See also Gentoo bug #595618"
- fi
-
- 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 838ebcade94..72b330e232c 100644
--- a/media-libs/phonon/phonon-9999.ebuild
+++ b/media-libs/phonon/phonon-9999.ebuild
@@ -49,14 +49,6 @@ PDEPEND="
PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" )
-pkg_setup() {
- if use qt4 && [[ $(gcc-major-version) -lt 5 ]] ; then
- ewarn "A GCC version older than 5 was detected. There may be
trouble. See also Gentoo bug #595618"
- fi
-
- MULTIBUILD_VARIANTS=( $(usev qt4) qt5 )
-}
-
multilib_src_configure() {
local mycmakeargs=(
-DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)