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 60A01138330 for ; Mon, 10 Oct 2016 10:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF7BE07A3; Mon, 10 Oct 2016 10:31:42 +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 44412E07A3 for ; Mon, 10 Oct 2016 10:31:42 +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 A4B913413A6 for ; Mon, 10 Oct 2016 10:31:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E1BB2EC for ; Mon, 10 Oct 2016 10:31:38 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1476095493.8703f6f985c8a9b61840056540897af2d65311e6.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lbzip2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/lbzip2/lbzip2-2.5.ebuild X-VCS-Directories: app-arch/lbzip2/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8703f6f985c8a9b61840056540897af2d65311e6 X-VCS-Branch: master Date: Mon, 10 Oct 2016 10:31:38 +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: 7f455436-f94f-44dc-8a85-a6ef50519c3a X-Archives-Hash: 7caccf355e4673dcc19354966a5b9bec commit: 8703f6f985c8a9b61840056540897af2d65311e6 Author: Yuta Satoh gmail com> AuthorDate: Fri Oct 7 11:31:08 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Oct 10 10:31:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8703f6f9 app-arch/lbzip2: add ~amd64-fbsd keywords. Closes: https://github.com/gentoo/gentoo/pull/2504 Signed-off-by: Patrice Clement gentoo.org> app-arch/lbzip2/lbzip2-2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/lbzip2/lbzip2-2.5.ebuild b/app-arch/lbzip2/lbzip2-2.5.ebuild index c6f53ff..6aab979 100644 --- a/app-arch/lbzip2/lbzip2-2.5.ebuild +++ b/app-arch/lbzip2/lbzip2-2.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://archive.lbzip2.org/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug symlink" RDEPEND="symlink? ( !app-arch/pbzip2[symlink] )"