Reported-by: jorgicio <jpizarrocallejas@gmail.com>
Gentoo-bug: 633806
Package-Manager: Portage-2.3.11, Repoman-2.3.3
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="doc static-libs"
+IUSE="doc static-libs test"
RDEPEND="
dev-libs/librevenge
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
+ test? ( dev-util/cppunit )
"
src_prepare() {
econf \
--disable-werror \
$(use_with doc docs) \
- $(use_enable static-libs static)
+ $(use_enable static-libs static) \
+ $(use_enable test tests)
}
src_install() {
SLOT="0"
[[ ${PV} == 9999 ]] || \
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="doc static-libs"
+IUSE="doc static-libs test"
RDEPEND="
dev-libs/librevenge
sys-devel/libtool
virtual/pkgconfig
doc? ( app-doc/doxygen )
+ test? ( dev-util/cppunit )
"
src_prepare() {
econf \
--disable-werror \
$(use_with doc docs) \
- $(use_enable static-libs static)
+ $(use_enable static-libs static) \
+ $(use_enable test tests)
}
src_install() {