From: Matt Turner Date: Sun, 1 Apr 2018 19:06:25 +0000 (-0700) Subject: games-board/xscrabble: Drop unnecessary dependency on x11-libs/libXp X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dd56a04df4c196732bae083100fd631f86105530;p=gentoo.git games-board/xscrabble: Drop unnecessary dependency on x11-libs/libXp Closes: https://bugs.gentoo.org/649138 --- diff --git a/games-board/xscrabble/xscrabble-2.10-r1.ebuild b/games-board/xscrabble/xscrabble-2.10-r2.ebuild similarity index 94% rename from games-board/xscrabble/xscrabble-2.10-r1.ebuild rename to games-board/xscrabble/xscrabble-2.10-r2.ebuild index 96d6d50b6b77..2ea0730cfc70 100644 --- a/games-board/xscrabble/xscrabble-2.10-r1.ebuild +++ b/games-board/xscrabble/xscrabble-2.10-r2.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=5 @@ -15,8 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="l10n_fr" -RDEPEND="x11-libs/libXaw - x11-libs/libXp" +RDEPEND="x11-libs/libXaw" DEPEND="${RDEPEND} x11-misc/gccmakedep x11-misc/imake"