commit: 6656032d3dfe44cdc1e12dc741f09f81be55f370
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 12:16:23 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 09:37:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6656032d
dev-ml/stdio: add := dep on sexplib. It is a transitive dep from base but we
need to rebuild on sexplib updates.
Package-Manager: Portage-2.3.12, Repoman-2.3.4
dev-ml/stdio/stdio-0.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ml/stdio/stdio-0.9.0.ebuild b/dev-ml/stdio/stdio-0.9.0.ebuild
index 2002241b3db..7e8b8d66be2 100644
--- a/dev-ml/stdio/stdio-0.9.0.ebuild
+++ b/dev-ml/stdio/stdio-0.9.0.ebuild
@@ -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() {