Skip to content

Commit

Permalink
dev-qt/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Browse files Browse the repository at this point in the history
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and mattst88 committed Apr 27, 2018
1 parent c4b3228 commit 8cb3aa1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
9 changes: 2 additions & 7 deletions dev-qt/qtgui/qtgui-4.8.7.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -53,12 +53,7 @@ RDEPEND="
!<dev-qt/qthelp-4.8.5:4
"
DEPEND="${RDEPEND}
!aqua? (
>=x11-proto/inputproto-2.2-r1[${MULTILIB_USEDEP}]
>=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
xinerama? ( >=x11-proto/xineramaproto-1.2.1-r1[${MULTILIB_USEDEP}] )
xv? ( >=x11-proto/videoproto-2.3.1-r1[${MULTILIB_USEDEP}] )
)
!aqua? ( x11-base/xorg-proto )
"
PDEPEND="
qt3support? ( ~dev-qt/qt3support-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qtmultimedia/qtmultimedia-5.11.0_beta4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
gstreamer? ( x11-proto/videoproto )
gstreamer? ( x11-base/xorg-proto )
"

src_prepare() {
Expand Down
4 changes: 2 additions & 2 deletions dev-qt/qtmultimedia/qtmultimedia-5.7.1.ebuild
Original file line number Diff line number Diff line change
@@ -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=6
Expand Down Expand Up @@ -35,7 +35,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
gstreamer? ( x11-proto/videoproto )
gstreamer? ( x11-base/xorg-proto )
"

src_prepare() {
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qtmultimedia/qtmultimedia-5.9.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
gstreamer? ( x11-proto/videoproto )
gstreamer? ( x11-base/xorg-proto )
"

src_prepare() {
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qtmultimedia/qtmultimedia-5.9.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
gstreamer? ( x11-proto/videoproto )
gstreamer? ( x11-base/xorg-proto )
"

src_prepare() {
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qtmultimedia/qtmultimedia-5.9.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
gstreamer? ( x11-proto/videoproto )
gstreamer? ( x11-base/xorg-proto )
"

src_prepare() {
Expand Down

0 comments on commit 8cb3aa1

Please sign in to comment.