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 7A3C11395E2 for ; Wed, 7 Dec 2016 08:33:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51BA8E0C7D; Wed, 7 Dec 2016 08:32:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2976DE0C29 for ; Wed, 7 Dec 2016 08:32:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21F52341597 for ; Wed, 7 Dec 2016 08:32:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4EE124BD for ; Wed, 7 Dec 2016 08:32:52 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1481099556.6b9531d3e9b8524d98a96205880d241bb57cf8d0.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/yasm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/yasm/yasm-1.3.0.ebuild X-VCS-Directories: dev-lang/yasm/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 6b9531d3e9b8524d98a96205880d241bb57cf8d0 X-VCS-Branch: master Date: Wed, 7 Dec 2016 08:32:52 +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: 09203327-9abc-4b34-b756-d94920084c09 X-Archives-Hash: 7acbec080ea4418bb5ed577b2b2d5e2a commit: 6b9531d3e9b8524d98a96205880d241bb57cf8d0 Author: Mike Frysinger gentoo org> AuthorDate: Wed Dec 7 08:31:20 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Wed Dec 7 08:32:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b9531d3 dev-lang/yasm: mark 1.3.0 amd64/x86 stable #595362 dev-lang/yasm/yasm-1.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/yasm/yasm-1.3.0.ebuild b/dev-lang/yasm/yasm-1.3.0.ebuild index 2fd14cc..8516147 100644 --- a/dev-lang/yasm/yasm-1.3.0.ebuild +++ b/dev-lang/yasm/yasm-1.3.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="-* ~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="-* amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"