diff options
Diffstat (limited to 'games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild')
-rw-r--r-- | games-board/xfreecell/xfreecell-1.0.5b-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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} |