mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pyside: Solidify DEPEND on app-crypt/qca[qt4]
Time is running out for USE=qt4. Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
@@ -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=5
|
||||
@@ -49,7 +49,7 @@ RDEPEND="
|
||||
help? ( >=dev-qt/qthelp-${QT_PV} )
|
||||
multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
|
||||
opengl? ( >=dev-qt/qtopengl-${QT_PV} )
|
||||
phonon? ( media-libs/phonon[qt4(+)] )
|
||||
phonon? ( media-libs/phonon[qt4] )
|
||||
script? ( >=dev-qt/qtscript-${QT_PV} )
|
||||
sql? ( >=dev-qt/qtsql-${QT_PV} )
|
||||
svg? ( >=dev-qt/qtsvg-${QT_PV}[accessibility] )
|
||||
@@ -100,7 +100,7 @@ src_configure() {
|
||||
$(cmake-utils_use_disable xmlpatterns QtXmlPatterns)
|
||||
)
|
||||
|
||||
if use phonon && has_version "media-libs/phonon[qt4(+)]"; then
|
||||
if use phonon && has_version "media-libs/phonon[qt4]"; then
|
||||
# bug 475786
|
||||
mycmakeargs+=(
|
||||
-DQT_PHONON_INCLUDE_DIR="${EPREFIX}/usr/include/phonon"
|
||||
Reference in New Issue
Block a user