commit: dd56a04df4c196732bae083100fd631f86105530 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Apr 1 19:06:25 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Apr 1 19:06:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd56a04d
games-board/xscrabble: Drop unnecessary dependency on x11-libs/libXp Closes: https://bugs.gentoo.org/649138 .../xscrabble/{xscrabble-2.10-r1.ebuild => xscrabble-2.10-r2.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 96d6d50b6b7..2ea0730cfc7 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"
