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 C6D51138334 for ; Tue, 22 Oct 2019 11:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0319E0BA3; Tue, 22 Oct 2019 11:33:46 +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 8BC5CE0BA3 for ; Tue, 22 Oct 2019 11:33:46 +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 2429F34C1E3 for ; Tue, 22 Oct 2019 11:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1C1C891 for ; Tue, 22 Oct 2019 11:33:42 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1571744021.97187c2baf10cdc9442bbd7825157defe33866bb.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/spectrwm/spectrwm-3.2.0.ebuild X-VCS-Directories: x11-wm/spectrwm/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 97187c2baf10cdc9442bbd7825157defe33866bb X-VCS-Branch: master Date: Tue, 22 Oct 2019 11:33:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a129adeb-dd1d-4c08-bad3-e26c935b9ac4 X-Archives-Hash: c21ce29257f747ee8003ee1bcca91ad4 commit: 97187c2baf10cdc9442bbd7825157defe33866bb Author: Jeroen Roovers gentoo org> AuthorDate: Tue Oct 22 11:33:13 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Oct 22 11:33:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97187c2b x11-wm/spectrwm: Block x11-wm/scrotwm Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Jeroen Roovers gentoo.org> x11-wm/spectrwm/spectrwm-3.2.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-wm/spectrwm/spectrwm-3.2.0.ebuild b/x11-wm/spectrwm/spectrwm-3.2.0.ebuild index e2e7e564aa9..6607081b734 100644 --- a/x11-wm/spectrwm/spectrwm-3.2.0.ebuild +++ b/x11-wm/spectrwm/spectrwm-3.2.0.ebuild @@ -11,9 +11,11 @@ SRC_URI="${HOMEPAGE}/archive/${PN^^}_${PV//./_}.tar.gz -> ${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="x11-misc/dmenu" +RDEPEND=" + !x11-wm/scrotwm + x11-misc/dmenu +" DEPEND=" x11-libs/libX11 x11-libs/libXcursor