From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5FA0B138222 for ; Thu, 5 May 2016 13:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D884221C0B9; Thu, 5 May 2016 13:14:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80B6621C0B9 for ; Thu, 5 May 2016 13:14:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57C5A340756 for ; Thu, 5 May 2016 13:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F212856 for ; Thu, 5 May 2016 13:14:10 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1462454026.a38c8a52294a942e730b9d99a8cd3fba638e9027.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild X-VCS-Directories: x11-wm/spectrwm/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: a38c8a52294a942e730b9d99a8cd3fba638e9027 X-VCS-Branch: master Date: Thu, 5 May 2016 13:14:10 +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: ac7e1dae-6b30-48f4-905c-d264a0492c5c X-Archives-Hash: faf13f31971dacf4a11bb989ff45d837 commit: a38c8a52294a942e730b9d99a8cd3fba638e9027 Author: Michael Weber gentoo org> AuthorDate: Thu May 5 13:12:31 2016 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu May 5 13:13:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38c8a52 x11-wm/spectrwm: amd6 and x86 stable, current stable was broken. Package-Manager: portage-2.2.28 x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild index f07f74f..160fa68 100644 --- a/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild +++ b/x11-wm/spectrwm/spectrwm-2.7.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="x11-misc/dmenu"