From becbf3a9c0c6db4f2ae148330c288105a32c007d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 4 Feb 2018 19:37:01 +0100 Subject: media-libs/libfreehand: Add missing DEPEND on dev-libs/boost Reported-by: Triton Circonflexe 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(-) (limited to 'media-libs/libfreehand') diff --git a/media-libs/libfreehand/libfreehand-0.1.2.ebuild b/media-libs/libfreehand/libfreehand-0.1.2.ebuild index 2955a7e02a4d..78a1c569ac26 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 c2a85de892e6..5625e30a8c73 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 -- cgit v1.2.3-65-gdbad