mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libevent: Set RESTRICT=test in live ebuild.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -13,12 +13,14 @@ LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="debug libressl +ssl static-libs test +threads"
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="
|
||||
ssl? (
|
||||
!libressl? ( >=dev-libs/openssl-1.0.1h-r2:0[${MULTILIB_USEDEP}] )
|
||||
libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] )
|
||||
)"
|
||||
)
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
!<=dev-libs/9libs-1.0
|
||||
@@ -27,6 +29,9 @@ RDEPEND="
|
||||
MULTILIB_WRAPPED_HEADERS=(
|
||||
/usr/include/event2/event-config.h
|
||||
)
|
||||
DOCS=(
|
||||
ChangeLog{,-1.4,-2.0}
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
@@ -48,12 +53,6 @@ multilib_src_configure() {
|
||||
$(use_enable threads thread-support)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake -C test check | tee "${T}"/tests
|
||||
}
|
||||
|
||||
DOCS=( ChangeLog{,-1.4,-2.0} )
|
||||
|
||||
multilib_src_install_all() {
|
||||
einstalldocs
|
||||
prune_libtool_files
|
||||
|
||||
Reference in New Issue
Block a user