Skip to content

Commit

Permalink
dev-erlang/riakc: Restrict Erlang version to <19
Browse files Browse the repository at this point in the history
It doesn't build with >=dev-lang/erlang-19.0.

Package-Manager: portage-2.3.0
  • Loading branch information
aidecoe committed Jul 9, 2016
1 parent 663ae0b commit 906da20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-erlang/riakc/riakc-2.1.1_p20151111.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"

DEPEND=">=dev-erlang/riak_pb-2.1.0.7
>=dev-lang/erlang-17.1"
>=dev-lang/erlang-17.1
<dev-lang/erlang-19"
RDEPEND="${DEPEND}"

DOCS=( README.md )
Expand Down

0 comments on commit 906da20

Please sign in to comment.