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 0E2181395E2 for ; Wed, 9 Nov 2016 14:04:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE5A6E0B41; Wed, 9 Nov 2016 14:04:51 +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 9497FE0B41 for ; Wed, 9 Nov 2016 14:04:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B2037341662 for ; Wed, 9 Nov 2016 14:04:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD6BA24C7 for ; Wed, 9 Nov 2016 14:04:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478700264.7258e89c5f71e97862346b65e276422fbb27d105.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/flawfinder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/flawfinder/flawfinder-1.31.ebuild X-VCS-Directories: dev-util/flawfinder/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7258e89c5f71e97862346b65e276422fbb27d105 X-VCS-Branch: master Date: Wed, 9 Nov 2016 14:04:41 +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: c0eaf03c-0bbd-4d2e-93c2-9de8c230c519 X-Archives-Hash: ff762430e08737719180e76478be8c40 commit: 7258e89c5f71e97862346b65e276422fbb27d105 Author: Pacho Ramos gentoo org> AuthorDate: Wed Nov 9 13:57:41 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Nov 9 14:04:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7258e89c dev-util/flawfinder: x86 stable, bug #591468 Package-Manager: portage-2.3.2 dev-util/flawfinder/flawfinder-1.31.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/flawfinder/flawfinder-1.31.ebuild b/dev-util/flawfinder/flawfinder-1.31.ebuild index da8e52a..a190d31 100644 --- a/dev-util/flawfinder/flawfinder-1.31.ebuild +++ b/dev-util/flawfinder/flawfinder-1.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SRC_URI="http://www.dwheeler.com/${PN}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~mips ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"