From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2F35D139085 for ; Sun, 18 Dec 2016 11:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 755C5E0D67; Sun, 18 Dec 2016 11:19:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E02AE0D67 for ; Sun, 18 Dec 2016 11:19:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4146534106E for ; Sun, 18 Dec 2016 11:19:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C85A4A9 for ; Sun, 18 Dec 2016 11:19:32 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1482059970.b5f3af77d4922d4d55f3ec331957a919f29b0b3e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevent/libevent-9999.ebuild X-VCS-Directories: dev-libs/libevent/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b5f3af77d4922d4d55f3ec331957a919f29b0b3e X-VCS-Branch: master Date: Sun, 18 Dec 2016 11:19:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89878435-5586-4a18-8357-9bcdd81d210f X-Archives-Hash: eb606b019b222480e164453b6f75d212 commit: b5f3af77d4922d4d55f3ec331957a919f29b0b3e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Dec 18 11:19:16 2016 +0000 Commit: Jeroen Roovers gentoo 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