Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
Date: Thu, 18 Oct 2018 19:52:19
Message-Id: 1539892327.18cdb59b21f9c91576fd5fe74d8f877a5c855178.polynomial-c@gentoo
1 commit: 18cdb59b21f9c91576fd5fe74d8f877a5c855178
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 19:51:45 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 19:52:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18cdb59b
7
8 media-libs/harfbuzz: Synced live ebuild.
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-libs/harfbuzz/harfbuzz-9999.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild
17 index 243f2a80c86..85491d783cd 100644
18 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild
19 +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 PYTHON_COMPAT=( python2_7 )
29
30 @@ -35,9 +35,11 @@ RDEPEND="
31 "
32 DEPEND="${RDEPEND}
33 dev-util/gtk-doc-am
34 - virtual/pkgconfig
35 test? ( ${PYTHON_DEPS} )
36 "
37 +BDEPEND="
38 + virtual/pkgconfig
39 +"
40 # eautoreconf requires gobject-introspection-common
41 # ragel needed if regenerating *.hh files from *.rl
42 if [[ ${PV} = 9999 ]] ; then