mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-text/libwpg: add boost to DEPEND
Closes: https://bugs.gentoo.org/906252 Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -10,13 +10,16 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
|
||||
LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
|
||||
SLOT="0.3"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86"
|
||||
IUSE="doc static-libs"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="
|
||||
app-text/libwpd:0.10[tools]
|
||||
dev-libs/librevenge
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-libs/boost
|
||||
"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
doc? ( app-doc/doxygen )
|
||||
@@ -26,12 +29,11 @@ src_configure() {
|
||||
local myeconfargs=(
|
||||
--program-suffix=-${SLOT}
|
||||
$(use_with doc docs)
|
||||
$(use_enable static-libs static)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${D}" -name '*.la' -delete || die
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user