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 53E7E1382C5 for ; Sat, 7 Apr 2018 12:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DF96E08C0; Sat, 7 Apr 2018 12:07:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5C12CE08C0 for ; Sat, 7 Apr 2018 12:07:16 +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 BB995335C30 for ; Sat, 7 Apr 2018 12:07:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F20D27B for ; Sat, 7 Apr 2018 12:07:13 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1523102820.236cd2ff24ac2b6d380233b951fd1cda973e5743.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnjb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libnjb/libnjb-2.2.7.ebuild X-VCS-Directories: media-libs/libnjb/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 236cd2ff24ac2b6d380233b951fd1cda973e5743 X-VCS-Branch: master Date: Sat, 7 Apr 2018 12:07:13 +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: 01bda807-a38f-4b2d-a876-b88f271cefb3 X-Archives-Hash: 2220c33b4a4d71c9bdd95ddbfa287f34 commit: 236cd2ff24ac2b6d380233b951fd1cda973e5743 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 7 12:07:00 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 7 12:07:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236cd2ff media-libs/libnjb: stable 2.2.7 for ppc64, bug #648278 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" media-libs/libnjb/libnjb-2.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libnjb/libnjb-2.2.7.ebuild b/media-libs/libnjb/libnjb-2.2.7.ebuild index 2e62ffdc63f..e1285c049c4 100644 --- a/media-libs/libnjb/libnjb-2.2.7.ebuild +++ b/media-libs/libnjb/libnjb-2.2.7.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-fbsd" IUSE="doc static-libs" RDEPEND="virtual/libusb:0"