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 525E4138335 for ; Sat, 20 Oct 2018 11:31:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6035DE086B; Sat, 20 Oct 2018 11:31:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 348CAE086B for ; Sat, 20 Oct 2018 11:31:21 +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 3F088335CB7 for ; Sat, 20 Oct 2018 11:31:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E98F7444 for ; Sat, 20 Oct 2018 11:31:17 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1540034927.adf656486d4eff17cf4cdc719b813a46ee3df3a5.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/vc-cc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/vc-cc/vc-cc-1.24.ebuild X-VCS-Directories: app-xemacs/vc-cc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: adf656486d4eff17cf4cdc719b813a46ee3df3a5 X-VCS-Branch: master Date: Sat, 20 Oct 2018 11:31:17 +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: 245bb43c-ff41-4055-a23e-9870ba59e3d1 X-Archives-Hash: 60f868f7f5f3c4876ce4dfbeb807ab92 commit: adf656486d4eff17cf4cdc719b813a46ee3df3a5 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 20 11:28:47 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 20 11:28:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adf65648 app-xemacs/vc-cc: amd64 stable wrt bug #666312 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-xemacs/vc-cc/vc-cc-1.24.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-xemacs/vc-cc/vc-cc-1.24.ebuild b/app-xemacs/vc-cc/vc-cc-1.24.ebuild index dfb7b5f0bc8..fa7894cc9d7 100644 --- a/app-xemacs/vc-cc/vc-cc-1.24.ebuild +++ b/app-xemacs/vc-cc/vc-cc-1.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,6 +10,6 @@ XEMACS_PKG_CAT="standard" RDEPEND="app-xemacs/dired app-xemacs/xemacs-base " -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" inherit xemacs-packages