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 EEC9D139694 for ; Mon, 10 Apr 2017 18:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46F0521C060; Mon, 10 Apr 2017 18:39:47 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2512D21C060 for ; Mon, 10 Apr 2017 18:39:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4A61B34106E for ; Mon, 10 Apr 2017 18:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B997173E6 for ; Mon, 10 Apr 2017 18:39:44 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1491849578.2273ceaffd1752e9dc0f38003b3a26e368441e98.swift@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/setools/setools-4.1.0.ebuild X-VCS-Directories: app-admin/setools/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 2273ceaffd1752e9dc0f38003b3a26e368441e98 X-VCS-Branch: master Date: Mon, 10 Apr 2017 18:39:44 +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: 83630d32-8740-442a-8721-d601a175034c X-Archives-Hash: 9460e5bd6dc13fb0189bc0a702e8c44a commit: 2273ceaffd1752e9dc0f38003b3a26e368441e98 Author: Sven Vermeulen gentoo org> AuthorDate: Mon Apr 10 18:38:44 2017 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Mon Apr 10 18:39:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2273ceaf app-admin/setools-4.1.0: Stabilize Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/setools/setools-4.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/setools/setools-4.1.0.ebuild b/app-admin/setools/setools-4.1.0.ebuild index f3c2e10d8de..464504be718 100644 --- a/app-admin/setools/setools-4.1.0.ebuild +++ b/app-admin/setools/setools-4.1.0.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/TresysTechnology/setools.git" else SRC_URI="https://github.com/TresysTechnology/setools/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2 LGPL-2.1"