Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ming/
Date: Wed, 27 Jan 2016 16:46:18
Message-Id: 1453913165.bb212209c43b4d74f6905030b676d6eb3aba405a.mgorny@gentoo
1 commit: bb212209c43b4d74f6905030b676d6eb3aba405a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 15:00:29 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 27 16:46:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb212209
7
8 media-libs/ming: Add missing use of PYTHON_REQUIRED_USE
9
10 media-libs/ming/ming-0.4.5.ebuild | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/media-libs/ming/ming-0.4.5.ebuild b/media-libs/ming/ming-0.4.5.ebuild
14 index 2990a1d..1d66291 100644
15 --- a/media-libs/ming/ming-0.4.5.ebuild
16 +++ b/media-libs/ming/ming-0.4.5.ebuild
17 @@ -32,6 +32,8 @@ DEPEND="${RDEPEND}
18 virtual/yacc"
19 PDEPEND="php? ( dev-php/ming-php )"
20
21 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
22 +
23 S=${WORKDIR}/${P/_/.}
24 PATCHES=( "${FILESDIR}"/${P}-gif-error.patch )