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 D820913835A for ; Sun, 3 Jan 2021 11:51:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D6C7E0877; Sun, 3 Jan 2021 11:51:05 +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 E2CE1E0876 for ; Sun, 3 Jan 2021 11:51:04 +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 7D993340FF8 for ; Sun, 3 Jan 2021 11:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB3DE495 for ; Sun, 3 Jan 2021 11:51:00 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1609674263.e1911bf351b33f22b769e62da658cac74efe9743.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/feh/feh-3.6.ebuild X-VCS-Directories: media-gfx/feh/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e1911bf351b33f22b769e62da658cac74efe9743 X-VCS-Branch: master Date: Sun, 3 Jan 2021 11:51:00 +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: 21865865-da75-4f86-87a2-10aea4c6d0db X-Archives-Hash: b6a0fb67b73432e9d21ac14e0a35309a commit: e1911bf351b33f22b769e62da658cac74efe9743 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jan 3 11:44:23 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jan 3 11:44:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1911bf3 media-gfx/feh: stable 3.6 for ppc stable wrt bug #762011 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> media-gfx/feh/feh-3.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/feh/feh-3.6.ebuild b/media-gfx/feh/feh-3.6.ebuild index 77ced64eb4b..129976c7afb 100644 --- a/media-gfx/feh/feh-3.6.ebuild +++ b/media-gfx/feh/feh-3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2" LICENSE="feh" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~x86" IUSE="debug curl exif test xinerama" RESTRICT="!test? ( test )"