commit: 3260e5ad5c5fcc7ddd9f3da9d414c0b55ec42b8d Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Apr 1 22:25:30 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Apr 1 22:27:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3260e5ad
sci-geosciences/grass: Clean up X11 dependencies Xaw, Xmu, Xpm, and Xp are unused. Also switch to depending on xorg-proto directly while we're here. Closes: https://bugs.gentoo.org/649096 .../grass/{grass-7.2.0.ebuild => grass-7.2.0-r1.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sci-geosciences/grass/grass-7.2.0.ebuild b/sci-geosciences/grass/grass-7.2.0-r1.ebuild similarity index 97% rename from sci-geosciences/grass/grass-7.2.0.ebuild rename to sci-geosciences/grass/grass-7.2.0-r1.ebuild index f62fa1a2565..be625fa853d 100644 --- a/sci-geosciences/grass/grass-7.2.0.ebuild +++ b/sci-geosciences/grass/grass-7.2.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 @@ -56,11 +56,7 @@ RDEPEND="${PYTHON_DEPS} x11-libs/libICE x11-libs/libSM x11-libs/libX11 - x11-libs/libXaw x11-libs/libXext - x11-libs/libXmu - x11-libs/libXp - x11-libs/libXpm x11-libs/libXt )" @@ -71,8 +67,7 @@ DEPEND="${RDEPEND} sys-devel/bison X? ( dev-lang/swig - x11-proto/xextproto - x11-proto/xproto + x11-base/xorg-proto )" S="${WORKDIR}/${MY_P}"
