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 53DD5139082 for ; Wed, 29 Nov 2017 06:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C62E0BFA; Wed, 29 Nov 2017 06:51:17 +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 54958E0BFA for ; Wed, 29 Nov 2017 06:51:17 +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 D6A7D33C770 for ; Wed, 29 Nov 2017 06:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D597AB46 for ; Wed, 29 Nov 2017 06:51:14 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1511938272.b35ab638e37dd1df5987e64fe2b7d2ed19f2ceff.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/menulibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/menulibre/menulibre-2.1.3.ebuild X-VCS-Directories: x11-misc/menulibre/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b35ab638e37dd1df5987e64fe2b7d2ed19f2ceff X-VCS-Branch: master Date: Wed, 29 Nov 2017 06:51:14 +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: dc257ae1-af3d-4259-ae0f-94b504b511f0 X-Archives-Hash: ee591cc8d6d75b80d680556bcb4f891a commit: b35ab638e37dd1df5987e64fe2b7d2ed19f2ceff Author: Jeroen Roovers gentoo org> AuthorDate: Wed Nov 29 06:50:58 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Nov 29 06:51:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35ab638 x11-misc/menulibre: Add python 3.5 support. Package-Manager: Portage-2.3.16, Repoman-2.3.6 x11-misc/menulibre/menulibre-2.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/menulibre/menulibre-2.1.3.ebuild b/x11-misc/menulibre/menulibre-2.1.3.ebuild index c62bdcfb028..2130496f2fe 100644 --- a/x11-misc/menulibre/menulibre-2.1.3.ebuild +++ b/x11-misc/menulibre/menulibre-2.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5} ) PYTHON_REQ_USE="xml" DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 eutils gnome2-utils versionator