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 E27AE139694 for ; Fri, 21 Apr 2017 17:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32913E0CB0; Fri, 21 Apr 2017 17:36:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0F62BE0CB0 for ; Fri, 21 Apr 2017 17:36:30 +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 4257F33BF43 for ; Fri, 21 Apr 2017 17:36:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D0A0743F for ; Fri, 21 Apr 2017 17:36:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1492796179.2881b987d6bec60bb86fa5fbcb5654b763b4f5e8.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hivex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/hivex/hivex-1.3.11-r1.ebuild X-VCS-Directories: app-misc/hivex/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2881b987d6bec60bb86fa5fbcb5654b763b4f5e8 X-VCS-Branch: master Date: Fri, 21 Apr 2017 17:36:26 +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: 3586a014-4cb5-42dc-844a-ee6274385212 X-Archives-Hash: c12959690d8d698e3cff13b44f864e60 commit: 2881b987d6bec60bb86fa5fbcb5654b763b4f5e8 Author: Pacho Ramos gentoo org> AuthorDate: Fri Apr 21 17:34:59 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Apr 21 17:36:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2881b987 app-misc/hivex: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/hivex/hivex-1.3.11-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/hivex/hivex-1.3.11-r1.ebuild b/app-misc/hivex/hivex-1.3.11-r1.ebuild index 6c96884552c..b8416cad1b5 100644 --- a/app-misc/hivex/hivex-1.3.11-r1.ebuild +++ b/app-misc/hivex/hivex-1.3.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 USE_RUBY="ruby20 ruby21" RUBY_OPTIONAL=yes -PYTHON_COMPAT=(python2_7 python3_4) +PYTHON_COMPAT=(python2_7 python3_{4,5,6}) inherit autotools-utils eutils perl-app ruby-ng python-single-r1