diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-15 23:24:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-16 00:12:15 +0100 |
commit | c5e1ec289d15e9e646c727fcc725de8fb553005d (patch) | |
tree | c4a5553b5fdd679cac0d53243b02bcfe20352105 /app-text | |
parent | app-office/libreoffice: Add COMMIT hash to BUILD_ID (diff) | |
download | gentoo-c5e1ec289d15e9e646c727fcc725de8fb553005d.tar.gz gentoo-c5e1ec289d15e9e646c727fcc725de8fb553005d.tar.bz2 gentoo-c5e1ec289d15e9e646c727fcc725de8fb553005d.zip |
app-text/libwpd: Add missing DEPEND
Closes: https://bugs.gentoo.org/671210
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libwpd/libwpd-0.10.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/libwpd/libwpd-0.10.2.ebuild b/app-text/libwpd/libwpd-0.10.2.ebuild index 4e53191397cb..48e245627e30 100644 --- a/app-text/libwpd/libwpd-0.10.2.ebuild +++ b/app-text/libwpd/libwpd-0.10.2.ebuild @@ -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 ) " |