commit:     becbf3a9c0c6db4f2ae148330c288105a32c007d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  4 18:37:01 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb  4 18:37:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=becbf3a9

media-libs/libfreehand: Add missing DEPEND on dev-libs/boost

Reported-by: Triton Circonflexe <triton+gentoo <AT> kumal.info>
Closes: https://bugs.gentoo.org/646592
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-libs/libfreehand/libfreehand-0.1.2.ebuild | 5 +++--
 media-libs/libfreehand/libfreehand-9999.ebuild  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-libs/libfreehand/libfreehand-0.1.2.ebuild 
b/media-libs/libfreehand/libfreehand-0.1.2.ebuild
index 2955a7e02a4..78a1c569ac2 100644
--- a/media-libs/libfreehand/libfreehand-0.1.2.ebuild
+++ b/media-libs/libfreehand/libfreehand-0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,8 @@ RDEPEND="
        sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-       dev-libs/icu:=
+       dev-libs/boost
+       dev-libs/icu
        dev-util/gperf
        media-libs/lcms
        sys-devel/libtool

diff --git a/media-libs/libfreehand/libfreehand-9999.ebuild 
b/media-libs/libfreehand/libfreehand-9999.ebuild
index c2a85de892e..5625e30a8c7 100644
--- a/media-libs/libfreehand/libfreehand-9999.ebuild
+++ b/media-libs/libfreehand/libfreehand-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,7 +21,8 @@ RDEPEND="
        sys-libs/zlib
 "
 DEPEND="${RDEPEND}
-       dev-libs/icu:=
+       dev-libs/boost
+       dev-libs/icu
        dev-util/gperf
        media-libs/lcms
        sys-devel/libtool

Reply via email to