sci-geosciences/grass: Clean up X11 dependencies
authorMatt Turner <mattst88@gentoo.org>
Sun, 1 Apr 2018 22:25:30 +0000 (15:25 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sun, 1 Apr 2018 22:27:39 +0000 (15:27 -0700)
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

sci-geosciences/grass/grass-7.2.0-r1.ebuild [moved from sci-geosciences/grass/grass-7.2.0.ebuild with 97% similarity]

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 f62fa1a256558d6c675d0f2ddfae077699c7e421..be625fa853d0537cdbc6cfc86b3f7ab6eafd3d64 100644 (file)
@@ -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}"