Skip to content

Commit

Permalink
dev-libs/*: 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 May 12, 2018
1 parent caedef1 commit 9bdd05e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dev-libs/ace/ace-5.7.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"

DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
X? ( x11-base/xorg-proto )"

S="${WORKDIR}/ACE_wrappers"

Expand Down
4 changes: 2 additions & 2 deletions dev-libs/ace/ace-5.8.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -25,7 +25,7 @@ RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"

DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
X? ( x11-base/xorg-proto )"

S="${WORKDIR}/ACE_wrappers"

Expand Down
4 changes: 2 additions & 2 deletions dev-libs/libotf/libotf-0.9.13.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 All @@ -21,9 +21,9 @@ RDEPEND=">=media-libs/freetype-2.4.9
)"
DEPEND="${RDEPEND}
X? (
x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXmu
x11-proto/xproto
)"

DOCS="AUTHORS ChangeLog NEWS README"
Expand Down
4 changes: 2 additions & 2 deletions dev-libs/libotf/libotf-0.9.16.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 All @@ -22,9 +22,9 @@ RDEPEND=">=media-libs/freetype-2.4.9
DEPEND="${RDEPEND}
virtual/pkgconfig
X? (
x11-base/xorg-proto
x11-libs/libICE
x11-libs/libXmu
x11-proto/xproto
)"

DOCS="AUTHORS ChangeLog NEWS README"
Expand Down
2 changes: 1 addition & 1 deletion dev-libs/libstroke/libstroke-0.5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""

RDEPEND="x11-libs/libX11"
DEPEND="x11-proto/xproto
DEPEND="x11-base/xorg-proto
${RDEPEND}"

src_unpack() {
Expand Down

0 comments on commit 9bdd05e

Please sign in to comment.