Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-text/liblangtag
dev-libs/librevenge
dev-libs/libxml2
- >=dev-util/mdds-1.3.1:1=
+ =dev-util/mdds-1.4*:1=
sys-libs/zlib
"
DEPEND="${RDEPEND}
src_configure() {
local myeconfargs=(
--disable-werror
+ --with-mdds=1.4
$(use_with doc docs)
$(use_enable static-libs static)
$(use_enable test tests)
)
- if has_version ">=dev-util/mdds-1.4"; then
- myeconfargs+=( --with-mdds=1.4 )
- else
- myeconfargs+=( --with-mdds=1.2 )
- fi
econf "${myeconfargs[@]}"
}