Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfreehand/
Date: Sun, 04 Feb 2018 18:37:54
Message-Id: 1517769421.becbf3a9c0c6db4f2ae148330c288105a32c007d.asturm@gentoo
1 commit: becbf3a9c0c6db4f2ae148330c288105a32c007d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 18:37:01 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 18:37:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becbf3a9
7
8 media-libs/libfreehand: Add missing DEPEND on dev-libs/boost
9
10 Reported-by: Triton Circonflexe <triton+gentoo <AT> kumal.info>
11 Closes: https://bugs.gentoo.org/646592
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 media-libs/libfreehand/libfreehand-0.1.2.ebuild | 5 +++--
15 media-libs/libfreehand/libfreehand-9999.ebuild | 5 +++--
16 2 files changed, 6 insertions(+), 4 deletions(-)
17
18 diff --git a/media-libs/libfreehand/libfreehand-0.1.2.ebuild b/media-libs/libfreehand/libfreehand-0.1.2.ebuild
19 index 2955a7e02a4..78a1c569ac2 100644
20 --- a/media-libs/libfreehand/libfreehand-0.1.2.ebuild
21 +++ b/media-libs/libfreehand/libfreehand-0.1.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -21,7 +21,8 @@ RDEPEND="
29 sys-libs/zlib
30 "
31 DEPEND="${RDEPEND}
32 - dev-libs/icu:=
33 + dev-libs/boost
34 + dev-libs/icu
35 dev-util/gperf
36 media-libs/lcms
37 sys-devel/libtool
38
39 diff --git a/media-libs/libfreehand/libfreehand-9999.ebuild b/media-libs/libfreehand/libfreehand-9999.ebuild
40 index c2a85de892e..5625e30a8c7 100644
41 --- a/media-libs/libfreehand/libfreehand-9999.ebuild
42 +++ b/media-libs/libfreehand/libfreehand-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -21,7 +21,8 @@ RDEPEND="
50 sys-libs/zlib
51 "
52 DEPEND="${RDEPEND}
53 - dev-libs/icu:=
54 + dev-libs/boost
55 + dev-libs/icu
56 dev-util/gperf
57 media-libs/lcms
58 sys-devel/libtool