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 7C1C91386F1 for ; Sun, 9 Aug 2015 10:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8416E07E6; Sun, 9 Aug 2015 10:54:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A24CE07E6 for ; Sun, 9 Aug 2015 10:54:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C881C340A60 for ; Sun, 9 Aug 2015 10:54:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53A96139 for ; Sun, 9 Aug 2015 10:54:08 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1439117641.e3ad4112d22d6d736dd45d51de998c3a9012614b.ago@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.ebuild X-VCS-Directories: x11-wm/spectrwm/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: e3ad4112d22d6d736dd45d51de998c3a9012614b X-VCS-Branch: master Date: Sun, 9 Aug 2015 10:54:08 +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: 6eec15d5-8ff3-45ec-b7bd-552d081ad780 X-Archives-Hash: 0520320759b0409e618cc63ca59b64a8 commit: e3ad4112d22d6d736dd45d51de998c3a9012614b Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Aug 9 10:54:01 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Aug 9 10:54:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3ad4112 Stable for amd64, wrt bug #557014 Package-Manager: portage-2.2.20 x11-wm/spectrwm/spectrwm-2.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/spectrwm/spectrwm-2.7.2.ebuild b/x11-wm/spectrwm/spectrwm-2.7.2.ebuild index 2c3cdd3..818af14 100644 --- a/x11-wm/spectrwm/spectrwm-2.7.2.ebuild +++ b/x11-wm/spectrwm/spectrwm-2.7.2.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"