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 2879B138334 for ; Sat, 27 Apr 2019 15:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D7CE076B; Sat, 27 Apr 2019 15:38:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 07CEEE076B for ; Sat, 27 Apr 2019 15:38:50 +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 447E13429FA for ; Sat, 27 Apr 2019 15:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C0357E for ; Sat, 27 Apr 2019 15:38:46 +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: <1556379499.0e20a9974c79255d1219e085edbe649ebb438a30.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/bchunk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-cdr/bchunk/bchunk-1.2.0-r4.ebuild X-VCS-Directories: app-cdr/bchunk/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0e20a9974c79255d1219e085edbe649ebb438a30 X-VCS-Branch: master Date: Sat, 27 Apr 2019 15:38:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8c9780f6-d098-4bbb-90f7-1c228c19408c X-Archives-Hash: 229b5c6c379cf14c5339bbfe88b7d132 commit: 0e20a9974c79255d1219e085edbe649ebb438a30 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 27 15:38:19 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 27 15:38:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e20a997 app-cdr/bchunk: keyworded 1.2.0-r4 for ppc64, bug #682708 Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> app-cdr/bchunk/bchunk-1.2.0-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild index 846db0b7f49..109475dbc08 100644 --- a/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild +++ b/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,7 +9,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" DOCS=( "${P}.lsm" "${PN}.spec" README ChangeLog ) PATCHES=( "${FILESDIR}/CVE-2017-15953.patch" "${FILESDIR}/CVE-2017-15955.patch" )