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 94E4D13825A for ; Fri, 13 May 2016 08:42:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EEF421C051; Fri, 13 May 2016 08:41:34 +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 6058821C051 for ; Fri, 13 May 2016 08:41:32 +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 04055340A15 for ; Fri, 13 May 2016 08:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 596D2987 for ; Fri, 13 May 2016 08:41:25 +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: <1463128862.de46d1dcb0c70e6577bfd025620fdb72ee9d5dac.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ess/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ess/ess-15.09.2.ebuild X-VCS-Directories: app-emacs/ess/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: de46d1dcb0c70e6577bfd025620fdb72ee9d5dac X-VCS-Branch: master Date: Fri, 13 May 2016 08:41:25 +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: 0bfb3d15-a488-40c1-a502-95a68b1f311f X-Archives-Hash: f15ef0423080ca97c7a6ea5b203ce998 commit: de46d1dcb0c70e6577bfd025620fdb72ee9d5dac Author: Agostino Sarubbo gentoo org> AuthorDate: Fri May 13 08:40:57 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri May 13 08:41:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de46d1dc app-emacs/ess: amd64 stable wrt bug #582270 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> app-emacs/ess/ess-15.09.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/ess/ess-15.09.2.ebuild b/app-emacs/ess/ess-15.09.2.ebuild index 22b3cd7..f5da276 100644 --- a/app-emacs/ess/ess-15.09.2.ebuild +++ b/app-emacs/ess/ess-15.09.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://ess.r-project.org/downloads/ess/${MY_P}.tgz" LICENSE="GPL-2+ GPL-3+ Texinfo-manual" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" DEPEND="app-text/texi2html virtual/latex-base"