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 73A89138336 for ; Sun, 17 Feb 2019 22:35:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28DCAE08A6; Sun, 17 Feb 2019 22:35:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F1D33E08A6 for ; Sun, 17 Feb 2019 22:35:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BB76A335CE4 for ; Sun, 17 Feb 2019 22:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 967E9543 for ; Sun, 17 Feb 2019 22:35:36 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1550441779.718b5dd6b8c89b6835e97c078540de244eb3b98b.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eselect-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild X-VCS-Directories: app-emacs/eselect-mode/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 718b5dd6b8c89b6835e97c078540de244eb3b98b X-VCS-Branch: master Date: Sun, 17 Feb 2019 22:35:36 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef18e6c3-7b9e-4d37-b5ad-f408c962e342 X-Archives-Hash: f9e7fdfbf512328b04b1daeb3f6f22ec commit: 718b5dd6b8c89b6835e97c078540de244eb3b98b Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 17 22:16:19 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 17 22:16:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718b5dd6 app-emacs/eselect-mode: x86 stable (bug #678208) Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild index 349169b3ecd..8f129af7d60 100644 --- a/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild +++ b/app-emacs/eselect-mode/eselect-mode-1.4.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${MY_P}/misc" SITEFILE="50${PN}-gentoo.el"