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 B06561382C5 for ; Tue, 26 Dec 2017 16:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6483E0C5F; Tue, 26 Dec 2017 16:59:57 +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 A273DE0C5F for ; Tue, 26 Dec 2017 16:59:57 +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 CD6BF33D3C7 for ; Tue, 26 Dec 2017 16:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A81E4C92 for ; Tue, 26 Dec 2017 16:59:55 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1514307593.917727e74bdb97a4be35cb5ce03e5c1f97df457d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/argtable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/argtable/argtable-2.13-r1.ebuild X-VCS-Directories: dev-libs/argtable/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 917727e74bdb97a4be35cb5ce03e5c1f97df457d X-VCS-Branch: master Date: Tue, 26 Dec 2017 16:59:55 +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: 054b017c-75d2-4de9-a68f-609bf1cac3a8 X-Archives-Hash: 8a87a8fe7b1b04803d4fe8f17990c8fe commit: 917727e74bdb97a4be35cb5ce03e5c1f97df457d Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 16:59:18 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 16:59:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917727e7 dev-libs/argtable: amd64/x86 stable Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/argtable/argtable-2.13-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/argtable/argtable-2.13-r1.ebuild b/dev-libs/argtable/argtable-2.13-r1.ebuild index 2c4752d6da8..bebef16f0f4 100644 --- a/dev-libs/argtable/argtable-2.13-r1.ebuild +++ b/dev-libs/argtable/argtable-2.13-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc debug examples static-libs" S="${WORKDIR}/${MY_P}"