commit: ad0f12a8f148257b799f45a7e16a4f98602ca94e
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 01:14:28 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 01:14:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0f12a8
x11-wm/matwm2: Drop unnecessary x11-proto dep
.../matwm2/{matwm2-0.1.2_pre3.ebuild => matwm2-0.1.2_pre3-r1.ebuild} | 3 ---
1 file changed, 3 deletions(-)
diff --git a/x11-wm/matwm2/matwm2-0.1.2_pre3.ebuild
b/x11-wm/matwm2/matwm2-0.1.2_pre3-r1.ebuild
similarity index 93%
rename from x11-wm/matwm2/matwm2-0.1.2_pre3.ebuild
rename to x11-wm/matwm2/matwm2-0.1.2_pre3-r1.ebuild
index 0f564a80660..c6e017074c9 100644
--- a/x11-wm/matwm2/matwm2-0.1.2_pre3.ebuild
+++ b/x11-wm/matwm2/matwm2-0.1.2_pre3-r1.ebuild
@@ -19,15 +19,12 @@ S="${WORKDIR}/${PN}-${MY_PV}/${PN}"
RDEPEND="
x11-libs/libXext
x11-libs/libX11
- debug? ( x11-proto/xproto )
xft? ( x11-libs/libXft )
xinerama? ( x11-libs/libXinerama )
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
- x11-proto/xextproto
- xinerama? ( x11-proto/xineramaproto )
"
PATCHES=( "${FILESDIR}/${P}-destdir-fix.patch" )