mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/qimageblitz: Fix reverse usedeps after adding USE=qt5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -69,7 +69,7 @@ COMMONDEPEND="
|
||||
>=dev-qt/qtgui-4.4.0:4[mng]
|
||||
kde-frameworks/kdelibs:4[zeroconf?]
|
||||
media-libs/phonon[qt4]
|
||||
media-libs/qimageblitz
|
||||
media-libs/qimageblitz[-qt5(-)]
|
||||
!aqua? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libXScrnSaver
|
||||
|
||||
@@ -69,7 +69,7 @@ COMMONDEPEND="
|
||||
>=dev-qt/qtgui-4.4.0:4[mng]
|
||||
kde-frameworks/kdelibs:4[zeroconf?]
|
||||
media-libs/phonon[qt4]
|
||||
media-libs/qimageblitz
|
||||
media-libs/qimageblitz[-qt5(-)]
|
||||
!aqua? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libXScrnSaver
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -17,7 +17,7 @@ IUSE="debug crypt"
|
||||
|
||||
DEPEND="
|
||||
$(add_kdeapps_dep kdepimlibs)
|
||||
media-libs/qimageblitz
|
||||
media-libs/qimageblitz[-qt5(-)]
|
||||
x11-libs/libX11
|
||||
crypt? ( >=app-crypt/gpgme-1.0 )
|
||||
"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -23,7 +23,7 @@ DEPEND="
|
||||
dev-db/sqlite:3
|
||||
dev-libs/libxml2
|
||||
dev-libs/libxslt
|
||||
media-libs/qimageblitz
|
||||
media-libs/qimageblitz[-qt5(-)]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
|
||||
@@ -19,6 +19,6 @@ IUSE=""
|
||||
RDEPEND="
|
||||
media-libs/libv4l
|
||||
media-libs/phonon[qt4]
|
||||
media-libs/qimageblitz
|
||||
media-libs/qimageblitz[-qt5(-)]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user