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 4A1B5139694 for ; Sun, 23 Apr 2017 21:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E7D921C123; Sun, 23 Apr 2017 21:01:26 +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 0F0E321C123 for ; Sun, 23 Apr 2017 21:01:26 +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 D9CD8341690 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 0AB7D744C for ; Sun, 23 Apr 2017 21:01:12 +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: <1492981223.b9b788158e09b94b914937a6a3045b610d68fc10.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-voip/telepathy-rakia/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild X-VCS-Directories: net-voip/telepathy-rakia/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b9b788158e09b94b914937a6a3045b610d68fc10 X-VCS-Branch: master Date: Sun, 23 Apr 2017 21:01:12 +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: a75b735b-eba8-4d3e-978f-ddb0215173b3 X-Archives-Hash: 141ff3ec6c52be634225f3d2d7d86d19 commit: b9b788158e09b94b914937a6a3045b610d68fc10 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:35:15 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 21:00:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b78815 net-voip/telepathy-rakia: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild b/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild index 1010e7ea91c..47387a51f19 100644 --- a/net-voip/telepathy-rakia/telepathy-rakia-0.8.0.ebuild +++ b/net-voip/telepathy-rakia/telepathy-rakia-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 @@ -14,8 +15,10 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" IUSE="test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" + ${PYTHON_DEPS} >=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.30:2 >=net-libs/sofia-sip-1.12.11