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 88DB2139694 for ; Wed, 24 May 2017 12:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8386821C04E; Wed, 24 May 2017 12:32:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6332721C04E for ; Wed, 24 May 2017 12:32:16 +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 01BBE34176E for ; Wed, 24 May 2017 12:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 976CD7459 for ; Wed, 24 May 2017 12:32:13 +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: <1495628979.4fc8a90b95fce93efcea19d0668e286dff02813f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lyvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lyvi/lyvi-2.0.0.ebuild X-VCS-Directories: media-sound/lyvi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4fc8a90b95fce93efcea19d0668e286dff02813f X-VCS-Branch: master Date: Wed, 24 May 2017 12:32:13 +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: c09851d8-144a-4079-a6aa-450bef2ace53 X-Archives-Hash: 0bd4ade955784fe6fa89218b189cede7 commit: 4fc8a90b95fce93efcea19d0668e286dff02813f Author: Pacho Ramos gentoo org> AuthorDate: Wed May 24 12:29:39 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed May 24 12:29:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc8a90b media-sound/lyvi: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-sound/lyvi/lyvi-2.0.0.ebuild | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/media-sound/lyvi/lyvi-2.0.0.ebuild b/media-sound/lyvi/lyvi-2.0.0.ebuild index 69ffa35d38d..545d85dd45f 100644 --- a/media-sound/lyvi/lyvi-2.0.0.ebuild +++ b/media-sound/lyvi/lyvi-2.0.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 @@ -15,14 +15,16 @@ KEYWORDS="amd64" SLOT="0" IUSE="mpris" -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}] - dev-python/plyr[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/urwid[${PYTHON_USEDEP}] - mpris? ( - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - )" +RDEPEND=" + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/plyr[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + dev-python/urwid[${PYTHON_USEDEP}] + mpris? ( + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + ) +" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_prepare_all() {