Skip to content

Commit

Permalink
dev-ml/lwt: drop transitory useflags, pacakges should now depend on t…
Browse files Browse the repository at this point in the history
…he respective dev-ml/lwt_foo packages directly

Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
aballier committed Apr 20, 2017
1 parent bb8fd27 commit c844887
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dev-ml/lwt/lwt-3.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,12 +23,6 @@ DEPEND="
RDEPEND="${DEPEND}
!<www-servers/ocsigen-1.1"

PDEPEND="
gtk? ( dev-ml/lwt_glib )
react? ( dev-ml/lwt_react )
ssl? ( dev-ml/lwt_ssl )
"

SLOT="0/${PV}"
LICENSE="LGPL-2.1-with-linking-exception"
KEYWORDS="~amd64 ~arm ~ppc ~x86-fbsd"
Expand Down

0 comments on commit c844887

Please sign in to comment.