From 77ee9eb0ec9789de8f5e7e58b8ba9070ac09c7f2 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 20 Apr 2017 20:39:11 +0200 Subject: [PATCH] dev-python/pycanberra: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- dev-python/pycanberra/pycanberra-0_pre20130515.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild index 465348167882c..ae8a4c33bfbd1 100644 --- a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild +++ b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,6 +16,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} media-libs/libcanberra"