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 EDD1A139694 for ; Sun, 23 Apr 2017 21:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA8D21C132; Sun, 23 Apr 2017 21:01:31 +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 EAF6121C132 for ; Sun, 23 Apr 2017 21:01:25 +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 EDCBB341693 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 307AC744E 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: <1492981235.80fb6cccb6f8011986afc37d42640f1e341cded8.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueberry/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/blueberry/blueberry-1.1.8.ebuild X-VCS-Directories: net-wireless/blueberry/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 80fb6cccb6f8011986afc37d42640f1e341cded8 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: 8ee9bb70-aea3-4939-979a-9375dda7a846 X-Archives-Hash: c528dd7b32e90e3ac37207bcd5e4bc3b commit: 80fb6cccb6f8011986afc37d42640f1e341cded8 Author: David Seifert gentoo org> AuthorDate: Sun Apr 23 20:42:30 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 23 21:00:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fb6ccc net-wireless/blueberry: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-wireless/blueberry/blueberry-1.1.8.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-wireless/blueberry/blueberry-1.1.8.ebuild b/net-wireless/blueberry/blueberry-1.1.8.ebuild index c18f34668b8..036859a11bd 100644 --- a/net-wireless/blueberry/blueberry-1.1.8.ebuild +++ b/net-wireless/blueberry/blueberry-1.1.8.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 gnome2-utils python-single-r1 @@ -14,6 +15,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}]