From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6914E1382C5 for ; Sat, 28 Apr 2018 01:16:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAA65E09C1; Sat, 28 Apr 2018 01:16:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C146E09BD for ; Sat, 28 Apr 2018 01:16:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF1BC335CA2 for ; Sat, 28 Apr 2018 01:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B96232AA for ; Sat, 28 Apr 2018 01:16:14 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1524878068.ad0f12a8f148257b799f45a7e16a4f98602ca94e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/matwm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/matwm2/matwm2-0.1.2_pre3-r1.ebuild x11-wm/matwm2/matwm2-0.1.2_pre3.ebuild X-VCS-Directories: x11-wm/matwm2/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ad0f12a8f148257b799f45a7e16a4f98602ca94e X-VCS-Branch: master Date: Sat, 28 Apr 2018 01:16:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a883f2fc-1e75-4e63-a1b3-012cb000da3c X-Archives-Hash: 5ad4cc64a1fd3dbc59fb94fd2f971f03 commit: ad0f12a8f148257b799f45a7e16a4f98602ca94e Author: Matt Turner gentoo org> AuthorDate: Sat Apr 28 01:14:28 2018 +0000 Commit: Matt Turner gentoo 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" )