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 6CFCC138336 for ; Sun, 24 Feb 2019 19:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05BF1E096F; Sun, 24 Feb 2019 19:01:27 +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 C9DB4E096F for ; Sun, 24 Feb 2019 19:01:26 +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 45302335D1F for ; Sun, 24 Feb 2019 19:01:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2930546 for ; Sun, 24 Feb 2019 19:01:22 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1551034348.9cf19e28eb6091df9c8152628671abeeac6b36ff.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9cf19e28eb6091df9c8152628671abeeac6b36ff X-VCS-Branch: master Date: Sun, 24 Feb 2019 19:01:22 +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: 70cae2d0-73b6-446b-b209-dcc3a29d886b X-Archives-Hash: 7757464d3eaea53581104b14adf5a04b commit: 9cf19e28eb6091df9c8152628671abeeac6b36ff Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Feb 24 18:52:28 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Feb 24 18:52:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf19e28 app-forensics/afflib: x86 stable (bug #678622) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann 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 5ae83d15cf8..1ee6f9a2642 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} )"