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 51B22138334 for ; Sun, 7 Oct 2018 12:04:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 010D2E090A; Sun, 7 Oct 2018 12:04:23 +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 CAF78E090A for ; Sun, 7 Oct 2018 12:04:22 +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 D19D6335C5B for ; Sun, 7 Oct 2018 12:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1865542D for ; Sun, 7 Oct 2018 12:04:18 +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: <1538913833.e9fa670f7ced49ed2b5be22fd8d8a8181155d841.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild X-VCS-Directories: app-misc/screenfetch/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e9fa670f7ced49ed2b5be22fd8d8a8181155d841 X-VCS-Branch: master Date: Sun, 7 Oct 2018 12:04:18 +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: a5673f18-fe1f-414b-b15b-5da167d0966e X-Archives-Hash: 5549055795a10a10eea6fb8473bf7295 commit: e9fa670f7ced49ed2b5be22fd8d8a8181155d841 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Oct 7 12:03:53 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Oct 7 12:03:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9fa670f app-misc/screenfetch: amd64/x86 stable wrt bug #667938 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild index f2c6bb16d7d..459928ae2f3 100644 --- a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild +++ b/app-misc/screenfetch/screenfetch-3.8.0-r1.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=7 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="${HOMEPAGE}.git" inherit git-r3 else - KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm x86 ~x64-macos" SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" fi