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/matwm2/
Date: Sat, 28 Apr 2018 01:16:22
Message-Id: 1524878068.ad0f12a8f148257b799f45a7e16a4f98602ca94e.mattst88@gentoo
1 commit: ad0f12a8f148257b799f45a7e16a4f98602ca94e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 01:14:28 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 01:14:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0f12a8
7
8 x11-wm/matwm2: Drop unnecessary x11-proto dep
9
10 .../matwm2/{matwm2-0.1.2_pre3.ebuild => matwm2-0.1.2_pre3-r1.ebuild} | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/x11-wm/matwm2/matwm2-0.1.2_pre3.ebuild b/x11-wm/matwm2/matwm2-0.1.2_pre3-r1.ebuild
14 similarity index 93%
15 rename from x11-wm/matwm2/matwm2-0.1.2_pre3.ebuild
16 rename to x11-wm/matwm2/matwm2-0.1.2_pre3-r1.ebuild
17 index 0f564a80660..c6e017074c9 100644
18 --- a/x11-wm/matwm2/matwm2-0.1.2_pre3.ebuild
19 +++ b/x11-wm/matwm2/matwm2-0.1.2_pre3-r1.ebuild
20 @@ -19,15 +19,12 @@ S="${WORKDIR}/${PN}-${MY_PV}/${PN}"
21 RDEPEND="
22 x11-libs/libXext
23 x11-libs/libX11
24 - debug? ( x11-proto/xproto )
25 xft? ( x11-libs/libXft )
26 xinerama? ( x11-libs/libXinerama )
27 "
28 DEPEND="
29 ${RDEPEND}
30 virtual/pkgconfig
31 - x11-proto/xextproto
32 - xinerama? ( x11-proto/xineramaproto )
33 "
34
35 PATCHES=( "${FILESDIR}/${P}-destdir-fix.patch" )