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 D78EA138334 for ; Mon, 13 May 2019 00:38:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9B37E0886; Mon, 13 May 2019 00:38:16 +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 452E1E0886 for ; Mon, 13 May 2019 00:38:16 +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 1763B3441AF for ; Mon, 13 May 2019 00:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42F0C5EC for ; Mon, 13 May 2019 00:38:12 +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: <1557707868.d6f9f414e5fe9ef052be132f32026b4e97389dcf.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/neofetch/neofetch-6.0.0.ebuild X-VCS-Directories: app-misc/neofetch/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d6f9f414e5fe9ef052be132f32026b4e97389dcf X-VCS-Branch: master Date: Mon, 13 May 2019 00:38:12 +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: c1af5e4f-dc50-4fe4-8e5a-81ccca825730 X-Archives-Hash: 8cde250ee342460fc5595f4bb960dabb commit: d6f9f414e5fe9ef052be132f32026b4e97389dcf Author: Thomas Deutschmann gentoo org> AuthorDate: Mon May 13 00:23:36 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon May 13 00:37:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f9f414 app-misc/neofetch: x86 stable (bug #684862) Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> app-misc/neofetch/neofetch-6.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/neofetch/neofetch-6.0.0.ebuild b/app-misc/neofetch/neofetch-6.0.0.ebuild index b1d4eb92438..7e6422e1f5c 100644 --- a/app-misc/neofetch/neofetch-6.0.0.ebuild +++ b/app-misc/neofetch/neofetch-6.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~mips ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~mips x86 ~amd64-fbsd" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"