summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-04-01 15:25:30 -0700
committerMatt Turner <mattst88@gentoo.org>2018-04-01 15:27:39 -0700
commit3260e5ad5c5fcc7ddd9f3da9d414c0b55ec42b8d (patch)
treee9320e58bb549b1fef2e7efe4f197a9428d74390
parentsys-devel/clang: Move extra patch unused in 5.0.1 to 4.0.1 subdir (diff)
downloadgentoo-3260e5ad.tar.gz
gentoo-3260e5ad.tar.bz2
gentoo-3260e5ad.zip
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
-rw-r--r--sci-geosciences/grass/grass-7.2.0-r1.ebuild (renamed from sci-geosciences/grass/grass-7.2.0.ebuild)9
1 files 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
index f62fa1a25655..be625fa853d0 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}"