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 86E351384B4 for ; Fri, 25 Dec 2015 16:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6976CE0825; Fri, 25 Dec 2015 16:29:32 +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 0C4C9E0825 for ; Fri, 25 Dec 2015 16:29:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 269EE33D3CE for ; Fri, 25 Dec 2015 16:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 758D1B2F for ; Fri, 25 Dec 2015 16:29:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1451060961.edc27ea900bd6bee90b5349f87945c1b15525060.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/dash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/dash/dash-2.12.1.ebuild X-VCS-Directories: app-emacs/dash/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: edc27ea900bd6bee90b5349f87945c1b15525060 X-VCS-Branch: master Date: Fri, 25 Dec 2015 16:29:28 +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: 35c90c1e-255c-408d-9a0f-ebdddb12952a X-Archives-Hash: de0e65f81bc232f8ff879e66a12fa984 commit: edc27ea900bd6bee90b5349f87945c1b15525060 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 25 16:26:36 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 25 16:29:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc27ea9 app-emacs/dash: Keyword ~x86. Package-Manager: portage-2.2.26 app-emacs/dash/dash-2.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/dash/dash-2.12.1.ebuild b/app-emacs/dash/dash-2.12.1.ebuild index 15be973..2c28e3d 100644 --- a/app-emacs/dash/dash-2.12.1.ebuild +++ b/app-emacs/dash/dash-2.12.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${PN}.el-${PV}" SITEFILE="50${PN}-gentoo.el"