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 033BB1382C5 for ; Tue, 17 Apr 2018 19:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF49E09EE; Tue, 17 Apr 2018 19:11:33 +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 0CF41E09EE for ; Tue, 17 Apr 2018 19:11:31 +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 DE9BD335C36 for ; Tue, 17 Apr 2018 19:11:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42EE9260 for ; Tue, 17 Apr 2018 19:11:29 +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: <1523992281.7e1033866db82efd61f24ffa61817161a06b178f.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zimg/zimg-2.5.ebuild X-VCS-Directories: media-libs/zimg/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7e1033866db82efd61f24ffa61817161a06b178f X-VCS-Branch: master Date: Tue, 17 Apr 2018 19:11:29 +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: e3b8d73c-75df-4378-89d3-95914df4d8a9 X-Archives-Hash: 9afd2070ac7565fd4014365d9d324cc6 commit: 7e1033866db82efd61f24ffa61817161a06b178f Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 17 18:33:22 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 17 19:11:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e103386 media-libs/zimg: keyworded 2.5 for sparc, bug #614626 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" media-libs/zimg/zimg-2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/zimg/zimg-2.5.ebuild b/media-libs/zimg/zimg-2.5.ebuild index ac8793fcf58..3debf52018e 100644 --- a/media-libs/zimg/zimg-2.5.ebuild +++ b/media-libs/zimg/zimg-2.5.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=5 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg" if [ "${PV#9999}" = "${PV}" ] ; then SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="alpha amd64 arm ia64 ppc ppc64 x86" + KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86" S="${WORKDIR}/${PN}-release-${PV}/" fi