From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-846346-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6BBE01384B4 for <garchives@archives.gentoo.org>; Sat, 14 Nov 2015 13:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00D1321C0E4; Sat, 14 Nov 2015 13:48:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7214C21C0D7 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 13:48:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2CCAC34078E for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 13:48:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73DE216C5 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Nov 2015 13:48:15 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> 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" <pacho@gentoo.org> Message-ID: <1447508781.c35116ffe36ecb01d1e86ed140b3fd50b6bf0a63.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-settings-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.2.ebuild X-VCS-Directories: gnome-base/gnome-settings-daemon/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c35116ffe36ecb01d1e86ed140b3fd50b6bf0a63 X-VCS-Branch: master Date: Sat, 14 Nov 2015 13:48:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6742e37c-1e99-4c2b-80ed-344ebc5fac84 X-Archives-Hash: 38046fc5dfbfb1002e2fca7f1a4fe6bf commit: c35116ffe36ecb01d1e86ed140b3fd50b6bf0a63 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Nov 14 12:27:22 2015 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Nov 14 13:46:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35116ff gnome-base/gnome-settings-daemon: Support python 3.5 Package-Manager: portage-2.2.24 gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.2.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.2.ebuild index 934e8d7..6dcd651 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.2.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.18.2.ebuild @@ -5,7 +5,7 @@ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit autotools eutils gnome2 python-r1 systemd udev virtualx