diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-04-27 18:14:28 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-04-27 18:14:28 -0700 |
commit | ad0f12a8f148257b799f45a7e16a4f98602ca94e (patch) | |
tree | fce58338c002989277be502a9e58c28494a98ee9 /x11-wm | |
parent | x11-apps/xman: Drop unnecessary x11-proto dep (diff) | |
download | gentoo-ad0f12a8f148257b799f45a7e16a4f98602ca94e.tar.gz gentoo-ad0f12a8f148257b799f45a7e16a4f98602ca94e.tar.bz2 gentoo-ad0f12a8f148257b799f45a7e16a4f98602ca94e.zip |
x11-wm/matwm2: Drop unnecessary x11-proto dep
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/matwm2/matwm2-0.1.2_pre3-r1.ebuild (renamed from x11-wm/matwm2/matwm2-0.1.2_pre3.ebuild) | 3 |
1 files changed, 0 insertions, 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 index 0f564a80660e..c6e017074c9d 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" ) |