Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/
Date: Thu, 15 Nov 2018 23:12:59
Message-Id: 1542323535.c5e1ec289d15e9e646c727fcc725de8fb553005d.asturm@gentoo
1 commit: c5e1ec289d15e9e646c727fcc725de8fb553005d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 15 22:24:14 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 15 23:12:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e1ec28
7
8 app-text/libwpd: Add missing DEPEND
9
10 Closes: https://bugs.gentoo.org/671210
11 Package-Manager: Portage-2.3.51, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 app-text/libwpd/libwpd-0.10.2.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-text/libwpd/libwpd-0.10.2.ebuild b/app-text/libwpd/libwpd-0.10.2.ebuild
18 index 4e53191397c..48e245627e3 100644
19 --- a/app-text/libwpd/libwpd-0.10.2.ebuild
20 +++ b/app-text/libwpd/libwpd-0.10.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -16,6 +16,7 @@ IUSE="doc +tools"
28
29 RDEPEND="dev-libs/librevenge"
30 DEPEND="${RDEPEND}
31 + dev-libs/boost
32 virtual/pkgconfig
33 doc? ( app-doc/doxygen )
34 "