Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm/
Date: Sat, 28 Apr 2018 00:56:21
Message-Id: 1524876959.15fa34cef212b4b933f3fb3ce6ca6e488e20d4e4.mattst88@gentoo
1 commit: 15fa34cef212b4b933f3fb3ce6ca6e488e20d4e4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 00:55:59 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 00:55:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15fa34ce
7
8 x11-wm/fvwm: Drop unnecessary x11-proto dep
9
10 x11-wm/fvwm/{fvwm-2.6.5-r1.ebuild => fvwm-2.6.5-r2.ebuild} | 5 +----
11 1 file changed, 1 insertion(+), 4 deletions(-)
12
13 diff --git a/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild b/x11-wm/fvwm/fvwm-2.6.5-r2.ebuild
14 similarity index 98%
15 rename from x11-wm/fvwm/fvwm-2.6.5-r1.ebuild
16 rename to x11-wm/fvwm/fvwm-2.6.5-r2.ebuild
17 index 202190bfb62..c25e8794bf6 100644
18 --- a/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild
19 +++ b/x11-wm/fvwm/fvwm-2.6.5-r2.ebuild
20 @@ -39,10 +39,7 @@ COMMON_DEPEND="
21 media-libs/fontconfig
22 x11-libs/libXft
23 )
24 - xinerama? (
25 - x11-proto/xineramaproto
26 - x11-libs/libXinerama
27 - )
28 + xinerama? ( x11-libs/libXinerama )
29 "
30 RDEPEND="${COMMON_DEPEND}
31 dev-lang/perl