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 312E6138334 for ; Sat, 23 Feb 2019 11:58:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87BEFE0937; Sat, 23 Feb 2019 11:58:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 55221E0937 for ; Sat, 23 Feb 2019 11:58:39 +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 405D333BEF4 for ; Sat, 23 Feb 2019 11:58:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C20D2558 for ; Sat, 23 Feb 2019 11:58:35 +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: <1550923108.637c9ebe70744f2f6f42e76b4977658733e15e9e.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/afflib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-forensics/afflib/afflib-3.7.18.ebuild X-VCS-Directories: app-forensics/afflib/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 637c9ebe70744f2f6f42e76b4977658733e15e9e X-VCS-Branch: master Date: Sat, 23 Feb 2019 11:58:35 +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: 4405719b-2dbb-447c-b59e-a86ddd814c16 X-Archives-Hash: ac298c700c6dfc0848114d600199ff6f commit: 637c9ebe70744f2f6f42e76b4977658733e15e9e Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Feb 23 11:58:13 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Feb 23 11:58:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=637c9ebe app-forensics/afflib: stable 3.7.18 for ppc, bug #678622 Package-Manager: Portage-2.3.62, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> app-forensics/afflib/afflib-3.7.18.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-forensics/afflib/afflib-3.7.18.ebuild b/app-forensics/afflib/afflib-3.7.18.ebuild index 720fd1226f8..0c05e71530d 100644 --- a/app-forensics/afflib/afflib-3.7.18.ebuild +++ b/app-forensics/afflib/afflib-3.7.18.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/sshock/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm ~hppa ppc ~x86 ~x64-macos" IUSE="fuse libressl ncurses python qemu readline s3 static-libs threads" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"