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 945CB1395E2 for ; Wed, 2 Nov 2016 16:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDC06E0A41; Wed, 2 Nov 2016 16:20:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D47E5E0A41 for ; Wed, 2 Nov 2016 16:20:56 +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 9AE6A341072 for ; Wed, 2 Nov 2016 16:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E10F24AA for ; Wed, 2 Nov 2016 16:20:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1478103649.c5caff97c5990cddf14d02f2079b8e1a9ea98b44.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c5caff97c5990cddf14d02f2079b8e1a9ea98b44 X-VCS-Branch: master Date: Wed, 2 Nov 2016 16:20:54 +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: acae4603-09ab-4383-bc0b-368c1f40d996 X-Archives-Hash: 04638a5588bf92a54fe78823a43aeac7 commit: c5caff97c5990cddf14d02f2079b8e1a9ea98b44 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 2 14:35:59 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 2 16:20:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5caff97 dev-util/lldb: Enable tests (need more upstream fixes though) dev-util/lldb/lldb-9999.ebuild | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index 0eb59c4..070e60d 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -19,7 +19,7 @@ EGIT_REPO_URI="http://llvm.org/git/lldb.git LICENSE="UoI-NCSA" SLOT="0" KEYWORDS="" -IUSE="libedit ncurses python" +IUSE="libedit ncurses python test" RDEPEND=" libedit? ( dev-libs/libedit:0= ) @@ -33,10 +33,26 @@ RDEPEND=" # upstream: https://github.com/swig/swig/issues/769 DEPEND="${RDEPEND} python? (