From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1015873-garchives=archives.gentoo.org@lists.gentoo.org> 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 4D0D41382C5 for <garchives@archives.gentoo.org>; Sat, 7 Apr 2018 16:42:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50AD7E094E; Sat, 7 Apr 2018 16:42:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2996AE094E for <gentoo-commits@lists.gentoo.org>; Sat, 7 Apr 2018 16:42:43 +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 12698335C78 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Apr 2018 16:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD3A8282 for <gentoo-commits@lists.gentoo.org>; Sat, 7 Apr 2018 16:42:37 +0000 (UTC) From: "Patrice Clement" <monsieurp@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" <monsieurp@gentoo.org> Message-ID: <1523119326.a174505d5bfdaba4ff7b2e4d4a919455930ab50b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/neofetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/neofetch/neofetch-3.3.0.ebuild app-misc/neofetch/neofetch-3.4.0.ebuild X-VCS-Directories: app-misc/neofetch/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a174505d5bfdaba4ff7b2e4d4a919455930ab50b X-VCS-Branch: master Date: Sat, 7 Apr 2018 16:42:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 847f220e-b44b-4fae-8597-5da416967855 X-Archives-Hash: 9b51f6e6e3c0672c2d289783fdd01690 commit: a174505d5bfdaba4ff7b2e4d4a919455930ab50b Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sat Apr 7 16:40:50 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Apr 7 16:42:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a174505d app-misc/neofetch: add amd64-fbsd keyword. Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-misc/neofetch/neofetch-3.3.0.ebuild | 4 ++-- app-misc/neofetch/neofetch-3.4.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-misc/neofetch/neofetch-3.3.0.ebuild b/app-misc/neofetch/neofetch-3.3.0.ebuild index d80e7afe694..6cba23e37f8 100644 --- a/app-misc/neofetch/neofetch-3.3.0.ebuild +++ b/app-misc/neofetch/neofetch-3.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch" SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" LICENSE="MIT-with-advertising" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 x86 ~amd64-fbsd" IUSE="X" RDEPEND="sys-apps/pciutils diff --git a/app-misc/neofetch/neofetch-3.4.0.ebuild b/app-misc/neofetch/neofetch-3.4.0.ebuild index 74d58f58175..0bfd665036b 100644 --- a/app-misc/neofetch/neofetch-3.4.0.ebuild +++ b/app-misc/neofetch/neofetch-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/dylanaraps/neofetch" SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}/${P}.tar.gz" LICENSE="MIT-with-advertising" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-fbsd" IUSE="X" RDEPEND="sys-apps/pciutils