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 491571396DA for ; Thu, 12 Oct 2017 17:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ECC6E0BB2; Thu, 12 Oct 2017 17:33:46 +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 71A88E0BB2 for ; Thu, 12 Oct 2017 17:33: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 2F98D33BEC7 for ; Thu, 12 Oct 2017 17:33:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1DA9907B for ; Thu, 12 Oct 2017 17:33:43 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1507829584.8740c29e79aec132e33f29b227e13ed5a15e7492.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sxiv/sxiv-1.3.2-r2.ebuild X-VCS-Directories: media-gfx/sxiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8740c29e79aec132e33f29b227e13ed5a15e7492 X-VCS-Branch: master Date: Thu, 12 Oct 2017 17:33: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-Archives-Salt: 6e8759ee-a80d-458a-b707-55fbfc7e424b X-Archives-Hash: cecce182b0780049edd41bd71cf8ee67 commit: 8740c29e79aec132e33f29b227e13ed5a15e7492 Author: Tim Harder gentoo org> AuthorDate: Thu Oct 12 17:25:45 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Oct 12 17:33:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8740c29e media-gfx/sxiv: stabilize 1.3.2-r2 media-gfx/sxiv/sxiv-1.3.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/sxiv/sxiv-1.3.2-r2.ebuild b/media-gfx/sxiv/sxiv-1.3.2-r2.ebuild index 937dac0c4cf..cbff57e3992 100644 --- a/media-gfx/sxiv/sxiv-1.3.2-r2.ebuild +++ b/media-gfx/sxiv/sxiv-1.3.2-r2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Simple (or small or suckless) X Image Viewer"