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 0B431138334 for ; Sun, 7 Oct 2018 12:05:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E4D5E0A87; Sun, 7 Oct 2018 12:05:54 +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 EBAD3E0A87 for ; Sun, 7 Oct 2018 12:05:53 +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 6ED56335C5B for ; Sun, 7 Oct 2018 12:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29F853F1 for ; Sun, 7 Oct 2018 12:05:50 +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: <1538913939.809ee15fc9ed174d36f8738577bd014d7ba5f28e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/neofetch/neofetch-5.0.0.ebuild X-VCS-Directories: app-misc/neofetch/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 809ee15fc9ed174d36f8738577bd014d7ba5f28e X-VCS-Branch: master Date: Sun, 7 Oct 2018 12:05:50 +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: 4067e1e1-4a52-40f7-9c07-e0a3a3a93cfe X-Archives-Hash: 5be717e5d69b342b6e813d3be36945ac commit: 809ee15fc9ed174d36f8738577bd014d7ba5f28e Author: Mikle Kolyada gentoo org> AuthorDate: Sun Oct 7 12:05:39 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Oct 7 12:05:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=809ee15f app-misc/neofetch: amd64 stable wrt bug #667940 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-misc/neofetch/neofetch-5.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/neofetch/neofetch-5.0.0.ebuild b/app-misc/neofetch/neofetch-5.0.0.ebuild index 83f1ec36f8d..484dcd52044 100644 --- a/app-misc/neofetch/neofetch-5.0.0.ebuild +++ b/app-misc/neofetch/neofetch-5.0.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 if [[ ${PV} != *9999* ]]; then SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~amd64-fbsd" + KEYWORDS="amd64 ~x86 ~amd64-fbsd" else inherit git-r3 EGIT_REPO_URI="https://github.com/dylanaraps/neofetch.git"