From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0DDF358973 for ; Wed, 27 Jan 2016 16:46:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1032E21C007; Wed, 27 Jan 2016 16:46:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA8A221C007 for ; Wed, 27 Jan 2016 16:46:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8A3D0340BA0 for ; Wed, 27 Jan 2016 16:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B06F8CF3 for ; Wed, 27 Jan 2016 16:46:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1453913165.bb212209c43b4d74f6905030b676d6eb3aba405a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ming/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ming/ming-0.4.5.ebuild X-VCS-Directories: media-libs/ming/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bb212209c43b4d74f6905030b676d6eb3aba405a X-VCS-Branch: master Date: Wed, 27 Jan 2016 16:46:09 +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: 60644061-3faa-4a22-905b-833f0184a55f X-Archives-Hash: 6a1f176245a44cb92a8917aafbed7340 commit: bb212209c43b4d74f6905030b676d6eb3aba405a Author: Michał Górny gentoo org> AuthorDate: Wed Jan 27 15:00:29 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 27 16:46:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb212209 media-libs/ming: Add missing use of PYTHON_REQUIRED_USE media-libs/ming/ming-0.4.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/ming/ming-0.4.5.ebuild b/media-libs/ming/ming-0.4.5.ebuild index 2990a1d..1d66291 100644 --- a/media-libs/ming/ming-0.4.5.ebuild +++ b/media-libs/ming/ming-0.4.5.ebuild @@ -32,6 +32,8 @@ DEPEND="${RDEPEND} virtual/yacc" PDEPEND="php? ( dev-php/ming-php )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + S=${WORKDIR}/${P/_/.} PATCHES=( "${FILESDIR}"/${P}-gif-error.patch )