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 633061396D9 for ; Tue, 14 Nov 2017 15:15:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A5EE0EC1; Tue, 14 Nov 2017 15:15:05 +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 71850E0EC1 for ; Tue, 14 Nov 2017 15:15:05 +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 2F54933E4AD for ; Tue, 14 Nov 2017 15:15:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAF489AE5 for ; Tue, 14 Nov 2017 15:15:02 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1510672404.c65d2aa9f88ad86a354a0f98c841c69766c757b3.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmwaw/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmwaw/libmwaw-0.3.12.ebuild X-VCS-Directories: app-text/libmwaw/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c65d2aa9f88ad86a354a0f98c841c69766c757b3 X-VCS-Branch: master Date: Tue, 14 Nov 2017 15:15:02 +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: 28de9e3b-40d1-42cc-b92d-012afb02e581 X-Archives-Hash: 7c6c5994c41eec2ad0f7ada9255ca8e8 commit: c65d2aa9f88ad86a354a0f98c841c69766c757b3 Author: Manuel Rüger gentoo org> AuthorDate: Tue Nov 14 15:13:24 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Nov 14 15:13:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65d2aa9 app-text/libmwaw: Stable on amd64 Package-Manager: Portage-2.3.14, Repoman-2.3.5 app-text/libmwaw/libmwaw-0.3.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libmwaw/libmwaw-0.3.12.ebuild b/app-text/libmwaw/libmwaw-0.3.12.ebuild index db9db1349a4..83978a0e482 100644 --- a/app-text/libmwaw/libmwaw-0.3.12.ebuild +++ b/app-text/libmwaw/libmwaw-0.3.12.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1" SLOT="0" [[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="doc static-libs tools"