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 D78751396D0 for ; Mon, 11 Sep 2017 06:44:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33175E0E1A; Mon, 11 Sep 2017 06:44:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1173AE0E1A for ; Mon, 11 Sep 2017 06:44:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 163A03417D2 for ; Mon, 11 Sep 2017 06:44:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 808B28F3F for ; Mon, 11 Sep 2017 06:44:27 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1505112233.eb108d8b5224d9986d607b683ec8bcd6c9e56633.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/bitlbee/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/bitlbee/bitlbee-3.5.1.ebuild net-im/bitlbee/bitlbee-9999.ebuild X-VCS-Directories: net-im/bitlbee/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: eb108d8b5224d9986d607b683ec8bcd6c9e56633 X-VCS-Branch: master Date: Mon, 11 Sep 2017 06:44:27 +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: acadb775-69a8-4e5c-93c0-d46747aff9b2 X-Archives-Hash: cb35677ab96b203ceacb6026c05c4fb3 commit: eb108d8b5224d9986d607b683ec8bcd6c9e56633 Author: Tim Harder gentoo org> AuthorDate: Mon Sep 11 06:42:26 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Sep 11 06:43:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb108d8b net-im/bitlbee: force plugins to be enabled for tests Closes: https://bugs.gentoo.org/show_bug.cgi?id=617604 net-im/bitlbee/bitlbee-3.5.1.ebuild | 1 + net-im/bitlbee/bitlbee-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-im/bitlbee/bitlbee-3.5.1.ebuild b/net-im/bitlbee/bitlbee-3.5.1.ebuild index e3a92df4294..e1536d6244b 100644 --- a/net-im/bitlbee/bitlbee-3.5.1.ebuild +++ b/net-im/bitlbee/bitlbee-3.5.1.ebuild @@ -25,6 +25,7 @@ IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd REQUIRED_USE=" || ( purple xmpp msn oscar ) xmpp? ( !nss ) + test? ( plugins ) " COMMON_DEPEND=" diff --git a/net-im/bitlbee/bitlbee-9999.ebuild b/net-im/bitlbee/bitlbee-9999.ebuild index 8a915ec5c38..ba55773394d 100644 --- a/net-im/bitlbee/bitlbee-9999.ebuild +++ b/net-im/bitlbee/bitlbee-9999.ebuild @@ -25,6 +25,7 @@ IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd REQUIRED_USE=" || ( purple xmpp msn oscar ) xmpp? ( !nss ) + test? ( plugins ) " COMMON_DEPEND="