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 E8EAC139694 for ; Wed, 19 Apr 2017 08:03:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23499E0CEA; Wed, 19 Apr 2017 08:03:07 +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 02A1DE0CEA for ; Wed, 19 Apr 2017 08:03:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ECBB034167A for ; Wed, 19 Apr 2017 08:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A8A743A for ; Wed, 19 Apr 2017 08:03:04 +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: <1492588898.29b17fb2b97b8b2b5fd18fb4415d2ef12490888d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/pocketsphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild X-VCS-Directories: app-accessibility/pocketsphinx/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 29b17fb2b97b8b2b5fd18fb4415d2ef12490888d X-VCS-Branch: master Date: Wed, 19 Apr 2017 08:03:04 +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: 0b3573cd-007f-4c12-b1ac-817bc4949d0e X-Archives-Hash: 9dbcf2664c31980b66e7dbd9c869376f commit: 29b17fb2b97b8b2b5fd18fb4415d2ef12490888d Author: David Seifert gentoo org> AuthorDate: Wed Apr 19 07:25:31 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Apr 19 08:01:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b17fb2 app-accessibility/pocketsphinx: [QA] Add missing python metadata variables Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild b/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild index 118c096bdf4..6b2f52862a6 100644 --- a/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild +++ b/app-accessibility/pocketsphinx/pocketsphinx-0.8.ebuild @@ -15,6 +15,7 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="python static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="app-accessibility/sphinxbase media-libs/gstreamer:0.10