commit: b5f3af77d4922d4d55f3ec331957a919f29b0b3e
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:19:16 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:19:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f3af77
dev-libs/libevent: Set RESTRICT=test in live ebuild.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-libs/libevent/libevent-9999.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/dev-libs/libevent/libevent-9999.ebuild
b/dev-libs/libevent/libevent-9999.ebuild
index f17897d..7b969ff 100644
--- a/dev-libs/libevent/libevent-9999.ebuild
+++ b/dev-libs/libevent/libevent-9999.ebuild
@@ -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