From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4273F1382C5 for ; Sun, 4 Feb 2018 18:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B373E0A5B; Sun, 4 Feb 2018 18:37:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AF36E0A5B for ; Sun, 4 Feb 2018 18:37:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06206335C3C for ; Sun, 4 Feb 2018 18:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B7DE1C5 for ; Sun, 4 Feb 2018 18:37:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517769421.becbf3a9c0c6db4f2ae148330c288105a32c007d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfreehand/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libfreehand/libfreehand-0.1.2.ebuild media-libs/libfreehand/libfreehand-9999.ebuild X-VCS-Directories: media-libs/libfreehand/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: becbf3a9c0c6db4f2ae148330c288105a32c007d X-VCS-Branch: master Date: Sun, 4 Feb 2018 18:37:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16610253-5fcd-48bf-b5b7-f2a5dfdaa0a2 X-Archives-Hash: 8b83d0e58bb353a7ff8d7e1ffc4356a9 commit: becbf3a9c0c6db4f2ae148330c288105a32c007d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 4 18:37:01 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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