app-text/libwpd: Add missing DEPEND
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 15 Nov 2018 22:24:14 +0000 (23:24 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 15 Nov 2018 23:12:15 +0000 (00:12 +0100)
Closes: https://bugs.gentoo.org/671210
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-text/libwpd/libwpd-0.10.2.ebuild

index 4e53191397cb853564b1f1844c0c9c06f8ea559c..48e245627e30952cacba57d647dde5963b93fb61 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,6 +16,7 @@ IUSE="doc +tools"
 
 RDEPEND="dev-libs/librevenge"
 DEPEND="${RDEPEND}
+       dev-libs/boost
        virtual/pkgconfig
        doc? ( app-doc/doxygen )
 "