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 DFC4C139695 for ; Thu, 20 Apr 2017 13:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 133AAE0BE9; Thu, 20 Apr 2017 13:24:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E53ADE0BE9 for ; Thu, 20 Apr 2017 13:24:14 +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 DE81334167A for ; Thu, 20 Apr 2017 13:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 488A1743A for ; Thu, 20 Apr 2017 13:24:12 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1492694645.c8448870a06e1ad0ddd83bd18d130accb5cccad6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/lwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/lwt/lwt-3.0.0.ebuild X-VCS-Directories: dev-ml/lwt/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c8448870a06e1ad0ddd83bd18d130accb5cccad6 X-VCS-Branch: master Date: Thu, 20 Apr 2017 13:24:12 +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: 47ec6aa4-f90d-446c-bda8-eecb3a525da2 X-Archives-Hash: 2616cf7f58b20a9bb679f4e6e3a638bc commit: c8448870a06e1ad0ddd83bd18d130accb5cccad6 Author: Alexis Ballier gentoo org> AuthorDate: Thu Apr 20 13:23:49 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Apr 20 13:24:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8448870 dev-ml/lwt: drop transitory useflags, pacakges should now depend on the respective dev-ml/lwt_foo packages directly Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ml/lwt/lwt-3.0.0.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-ml/lwt/lwt-3.0.0.ebuild b/dev-ml/lwt/lwt-3.0.0.ebuild index 653291c0b92..756603f8bd1 100644 --- a/dev-ml/lwt/lwt-3.0.0.ebuild +++ b/dev-ml/lwt/lwt-3.0.0.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="Cooperative light-weight thread library for OCaml" SRC_URI="https://github.com/ocsigen/lwt/archive/${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="http://ocsigen.org/lwt" -IUSE="+camlp4 gtk +ppx +react +ssl" +IUSE="+camlp4 +ppx" DEPEND=" dev-libs/libev @@ -23,12 +23,6 @@ DEPEND=" RDEPEND="${DEPEND} !