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 BE6391396DA for ; Thu, 19 Oct 2017 12:00:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D53B82BC012; Thu, 19 Oct 2017 12:00:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B51112BC012 for ; Thu, 19 Oct 2017 12:00:53 +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 7E74E33C770 for ; Thu, 19 Oct 2017 12:00:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 173CE826 for ; Thu, 19 Oct 2017 12:00:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1508414385.b25c014f32a0becf6f55759ed11d9a4b865b78fd.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/potrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/potrace/potrace-1.15.ebuild X-VCS-Directories: media-gfx/potrace/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b25c014f32a0becf6f55759ed11d9a4b865b78fd X-VCS-Branch: master Date: Thu, 19 Oct 2017 12:00:51 +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: a6aa65db-d160-486c-bd87-eb73f5c82a55 X-Archives-Hash: fb08bd4c7c7e0e0520084cb9bf093027 commit: b25c014f32a0becf6f55759ed11d9a4b865b78fd Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Oct 19 11:59:45 2017 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Oct 19 11:59:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25c014f media-gfx/potrace: x86 stable (bug #626820) Package-Manager: Portage-2.3.11, Repoman-2.3.3 media-gfx/potrace/potrace-1.15.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/potrace/potrace-1.15.ebuild b/media-gfx/potrace/potrace-1.15.ebuild index 874baa1736b..256ca7977f3 100644 --- a/media-gfx/potrace/potrace-1.15.ebuild +++ b/media-gfx/potrace/potrace-1.15.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://potrace.sourceforge.net/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="metric static-libs" RDEPEND="sys-libs/zlib"