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 C845B1382C5 for ; Fri, 8 Jan 2021 00:53:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14888E0848; Fri, 8 Jan 2021 00:53:48 +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 0035DE0848 for ; Fri, 8 Jan 2021 00:53:46 +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 8EB9E341395 for ; Fri, 8 Jan 2021 00:53:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10C62491 for ; Fri, 8 Jan 2021 00:53:43 +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: <1610053990.0bd2ccf26900a9f1ae8eb5104c6832dd3db6ba86.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild X-VCS-Directories: media-gfx/sane-frontends/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0bd2ccf26900a9f1ae8eb5104c6832dd3db6ba86 X-VCS-Branch: master Date: Fri, 8 Jan 2021 00:53:43 +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: d8383c31-6ed3-4288-8a34-9333caef08eb X-Archives-Hash: 1fcc0f943660dc402fda22c786d43965 commit: 0bd2ccf26900a9f1ae8eb5104c6832dd3db6ba86 Author: Sam James gentoo org> AuthorDate: Thu Jan 7 21:13:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 7 21:13:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd2ccf2 media-gfx/sane-frontends: Stabilize 1.0.14-r6 ppc64, #763357 Signed-off-by: Sam James gentoo.org> media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild index a6dd97b5258..80a533d0870 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://salsa.debian.org/debian/sane-frontends/-/archive/upstream/${PV} LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm64 ~ppc ppc64 sparc x86" IUSE="gimp gtk" REQUIRED_USE="gimp? ( gtk )"