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 8A8C8139694 for ; Sun, 23 Apr 2017 21:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B20921C13B; Sun, 23 Apr 2017 21:01:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EF05C21C13B for ; Sun, 23 Apr 2017 21:01:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D51C334168E for ; Sun, 23 Apr 2017 21:01:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC4B7744B for ; Sun, 23 Apr 2017 21:01:11 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1492981217.a7e7141334390ce95e6318556529863d585622cc.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-haze/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild X-VCS-Directories: net-voip/telepathy-haze/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a7e7141334390ce95e6318556529863d585622cc X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:11 +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: 5f48ce3b-4afd-428b-a887-b2d37e298215 X-Archives-Hash: b779b7437f621897f04ae96f441a95c7 commit: a7e7141334390ce95e6318556529863d585622cc Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:32:53 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 21:00:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e71413 net-voip/telepathy-haze: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild | 4 +++- net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild index a2fa71931ca..f1129cbc885 100644 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild +++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 + PYTHON_COMPAT=( python2_7 ) inherit eutils python-single-r1 @@ -15,6 +16,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" #IUSE="test" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Tests failing, see upstream: https://bugs.freedesktop.org/34577 RESTRICT="test" diff --git a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild index edd9822e2a0..88570dc6ca7 100644 --- a/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild +++ b/net-voip/telepathy-haze/telepathy-haze-0.8.0.ebuild @@ -1,7 +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=( python2_7 ) inherit python-single-r1 @@ -15,6 +16,7 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" #IUSE="test" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # Tests failing, see upstream: https://bugs.freedesktop.org/34577 RESTRICT="test"