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 1E4CC138359 for ; Sun, 5 Jul 2020 15:03:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA18DE083D; Sun, 5 Jul 2020 15:03:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D128CE083D for ; Sun, 5 Jul 2020 15:03:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 518FC34EFAA for ; Sun, 5 Jul 2020 15:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0681E28E for ; Sun, 5 Jul 2020 15:03: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: <1593961410.df99c3d982072e83bdf6c457361aa010ca6abcca.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-2.1.12.ebuild dev-libs/libevent/libevent-2.1.9999.ebuild 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: df99c3d982072e83bdf6c457361aa010ca6abcca X-VCS-Branch: master Date: Sun, 5 Jul 2020 15:03: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b2b49f5-ad24-49c2-9ee7-9bab85e407c7 X-Archives-Hash: ad5e49271fd86a9c1be52a89b130c739 commit: df99c3d982072e83bdf6c457361aa010ca6abcca Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jul 5 15:02:38 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jul 5 15:03:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df99c3d9 dev-libs/libevent: Enable USE=clock-gettime by default Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Jeroen Roovers gentoo.org> dev-libs/libevent/libevent-2.1.12.ebuild | 2 +- dev-libs/libevent/libevent-2.1.9999.ebuild | 2 +- dev-libs/libevent/libevent-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/libevent/libevent-2.1.12.ebuild b/dev-libs/libevent/libevent-2.1.12.ebuild index bac34a76ade..89f9d1095eb 100644 --- a/dev-libs/libevent/libevent-2.1.12.ebuild +++ b/dev-libs/libevent/libevent-2.1.12.ebuild @@ -17,7 +17,7 @@ LICENSE="BSD" SLOT="0/2.1-7" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE=" - clock-gettime debug libressl malloc-replacement +ssl static-libs test + +clock-gettime debug libressl malloc-replacement +ssl static-libs test +threads verbose-debug " RESTRICT="!test? ( test )" diff --git a/dev-libs/libevent/libevent-2.1.9999.ebuild b/dev-libs/libevent/libevent-2.1.9999.ebuild index 087b14b6105..5bc82f314e7 100644 --- a/dev-libs/libevent/libevent-2.1.9999.ebuild +++ b/dev-libs/libevent/libevent-2.1.9999.ebuild @@ -17,7 +17,7 @@ LICENSE="BSD" SLOT="0/2.1-7" KEYWORDS="" IUSE=" - clock-gettime debug libressl malloc-replacement +ssl static-libs test + +clock-gettime debug libressl malloc-replacement +ssl static-libs test +threads verbose-debug " RESTRICT="test" diff --git a/dev-libs/libevent/libevent-9999.ebuild b/dev-libs/libevent/libevent-9999.ebuild index 1554d5d7f7d..71d7fb943c2 100644 --- a/dev-libs/libevent/libevent-9999.ebuild +++ b/dev-libs/libevent/libevent-9999.ebuild @@ -15,7 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE=" - clock-gettime debug libressl malloc-replacement +ssl static-libs test + +clock-gettime debug libressl malloc-replacement +ssl static-libs test +threads verbose-debug " RESTRICT="test"