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 42360139084 for ; Sun, 10 Dec 2017 10:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36629E11A3; Sun, 10 Dec 2017 10:27:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 13058E11A3 for ; Sun, 10 Dec 2017 10:27:53 +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 5430E33BF01 for ; Sun, 10 Dec 2017 10:27:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57EE9AE7F for ; Sun, 10 Dec 2017 10:27:49 +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: <1512901355.81294c320c7e5cf732d2a1b995396b3d0ad31f8e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-alsa-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild X-VCS-Directories: xfce-extra/xfce4-alsa-plugin/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 81294c320c7e5cf732d2a1b995396b3d0ad31f8e X-VCS-Branch: master Date: Sun, 10 Dec 2017 10:27:49 +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: 312490fb-f45c-4ae1-948c-3322f172f8ff X-Archives-Hash: 999b2a2db2c375b3a69b64d3dd5238ba commit: 81294c320c7e5cf732d2a1b995396b3d0ad31f8e Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 10 10:22:35 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 10 10:22:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81294c32 xfce-extra/xfce4-alsa-plugin: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild index f39c233f495..c2984a79c35 100644 --- a/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild +++ b/xfce-extra/xfce4-alsa-plugin/xfce4-alsa-plugin-0.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE='threads(+)' # required by waf inherit python-any-r1 vala waf-utils