Skip to content

Commit

Permalink
dev-ml/stdio: add := dep on sexplib. It is a transitive dep from base…
Browse files Browse the repository at this point in the history
… but we need to rebuild on sexplib updates.

Package-Manager: Portage-2.3.12, Repoman-2.3.4
  • Loading branch information
aballier committed Nov 4, 2017
1 parent 572ad19 commit 6656032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ml/stdio/stdio-0.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc"
IUSE=""

RDEPEND="dev-ml/base:="
RDEPEND="dev-ml/base:= dev-ml/sexplib:="
DEPEND="${RDEPEND} dev-ml/jbuilder"

src_test() {
Expand Down

0 comments on commit 6656032

Please sign in to comment.