diff options
-rw-r--r-- | games-board/ace/ace-1.4-r1.ebuild | 4 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.14-r2.ebuild | 4 | ||||
-rw-r--r-- | games-board/spider/spider-1.2_p4-r2.ebuild | 2 | ||||
-rw-r--r-- | games-board/xboard/xboard-4.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild | 4 | ||||
-rw-r--r-- | games-board/xskat/xskat-4.0-r1.ebuild | 6 |
6 files changed, 12 insertions, 12 deletions
diff --git a/games-board/ace/ace-1.4-r1.ebuild b/games-board/ace/ace-1.4-r1.ebuild index dbe79e29977d..66185f9eb84a 100644 --- a/games-board/ace/ace-1.4-r1.ebuild +++ b/games-board/ace/ace-1.4-r1.ebuild @@ -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=6 @@ -17,7 +17,7 @@ RDEPEND=" media-libs/libpng:0 x11-libs/libX11" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" PATCHES=( "${FILESDIR}"/${P}-no-xpm.patch diff --git a/games-board/cgoban/cgoban-1.9.14-r2.ebuild b/games-board/cgoban/cgoban-1.9.14-r2.ebuild index 95912a591d7a..ad2c9a790a3d 100644 --- a/games-board/cgoban/cgoban-1.9.14-r2.ebuild +++ b/games-board/cgoban/cgoban-1.9.14-r2.ebuild @@ -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 @@ -18,7 +18,7 @@ RDEPEND=" x11-libs/libX11 x11-libs/libXt" DEPEND="${RDEPEND} - x11-proto/xproto" + x11-base/xorg-proto" PATCHES=( "${FILESDIR}"/${P}-cflags.patch diff --git a/games-board/spider/spider-1.2_p4-r2.ebuild b/games-board/spider/spider-1.2_p4-r2.ebuild index a543715af982..e6d741852790 100644 --- a/games-board/spider/spider-1.2_p4-r2.ebuild +++ b/games-board/spider/spider-1.2_p4-r2.ebuild @@ -25,8 +25,8 @@ RDEPEND=" x11-libs/libXt " DEPEND="${RDEPEND} + x11-base/xorg-proto x11-misc/imake - x11-proto/xproto " S="${WORKDIR}/${MY_P/_/-}.orig" diff --git a/games-board/xboard/xboard-4.8.0-r1.ebuild b/games-board/xboard/xboard-4.8.0-r1.ebuild index 60b2e7c30059..398488b60b28 100644 --- a/games-board/xboard/xboard-4.8.0-r1.ebuild +++ b/games-board/xboard/xboard-4.8.0-r1.ebuild @@ -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 @@ -33,8 +33,8 @@ RDEPEND=" ) gtk? ( x11-libs/gtk+:2 )" DEPEND="${RDEPEND} - x11-proto/xproto virtual/pkgconfig + x11-base/xorg-proto nls? ( sys-devel/gettext )" PATCHES=( diff --git a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild index 491d3910b26a..b5e38916ce0a 100644 --- a/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild +++ b/games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild @@ -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 @@ -18,7 +18,7 @@ IUSE="" RDEPEND="media-fonts/font-misc-misc x11-libs/libXext" DEPEND="${RDEPEND} - x11-proto/xextproto" + x11-base/xorg-proto" S=${WORKDIR}/${PN} diff --git a/games-board/xskat/xskat-4.0-r1.ebuild b/games-board/xskat/xskat-4.0-r1.ebuild index 4443c46caf31..517567ee1cf1 100644 --- a/games-board/xskat/xskat-4.0-r1.ebuild +++ b/games-board/xskat/xskat-4.0-r1.ebuild @@ -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=6 @@ -16,9 +16,9 @@ IUSE="" RDEPEND="media-fonts/font-misc-misc x11-libs/libX11" DEPEND="${RDEPEND} + x11-base/xorg-proto x11-misc/gccmakedep - x11-misc/imake - x11-proto/xproto" + x11-misc/imake" src_prepare() { default |