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 72172138359 for ; Fri, 17 Jul 2020 23:25:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B31BFE088A; Fri, 17 Jul 2020 23:25:27 +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 9A5B9E088A for ; Fri, 17 Jul 2020 23:25:27 +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 8B67C34F369 for ; Fri, 17 Jul 2020 23:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 442042F0 for ; Fri, 17 Jul 2020 23:25:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595028300.33bd7e47a0da013af855c0228f70fdaa34aea563.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jhead/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/jhead/jhead-3.04.ebuild X-VCS-Directories: media-gfx/jhead/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33bd7e47a0da013af855c0228f70fdaa34aea563 X-VCS-Branch: master Date: Fri, 17 Jul 2020 23:25:21 +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: 7274cc50-c90b-4135-982d-ab41e67ac40c X-Archives-Hash: 98730b532510ea4ae89bc727ac143cef commit: 33bd7e47a0da013af855c0228f70fdaa34aea563 Author: Sam James gentoo org> AuthorDate: Fri Jul 17 23:10:56 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 17 23:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bd7e47 media-gfx/jhead: x86 stable (bug #711220) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> media-gfx/jhead/jhead-3.04.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/jhead/jhead-3.04.ebuild b/media-gfx/jhead/jhead-3.04.ebuild index 85e79bccde4..327da10aa6b 100644 --- a/media-gfx/jhead/jhead-3.04.ebuild +++ b/media-gfx/jhead/jhead-3.04.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.sentex.net/~mwandel/${PN}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86" PATCHES=( "${FILESDIR}/${P}-mkstemp-fix-makefile.patch" )