diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-09-12 22:57:52 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-09-12 22:59:08 +0900 |
commit | 518c6226179e4347d85acac544d362e8cfed917c (patch) | |
tree | 98aab7d88da8fa7ac4dd8a80f480c45bf2cc2be0 /dev-scheme | |
parent | dev-libs/openssl-compat: bump to v1.0.2t (diff) | |
download | gentoo-518c6226179e4347d85acac544d362e8cfed917c.tar.gz gentoo-518c6226179e4347d85acac544d362e8cfed917c.tar.bz2 gentoo-518c6226179e4347d85acac544d362e8cfed917c.zip |
dev-scheme/gauche: add sub-slot dependency for net-libs/mbedtls
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r-- | dev-scheme/gauche/gauche-0.9.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-scheme/gauche/gauche-0.9.6-r1.ebuild b/dev-scheme/gauche/gauche-0.9.6-r1.ebuild index a6b4d1c1ca11..384b30032a63 100644 --- a/dev-scheme/gauche/gauche-0.9.6-r1.ebuild +++ b/dev-scheme/gauche/gauche-0.9.6-r1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x IUSE="ipv6 libressl mbedtls test" RDEPEND="sys-libs/gdbm - mbedtls? ( net-libs/mbedtls )" + mbedtls? ( net-libs/mbedtls:= )" DEPEND="${RDEPEND} test? ( !libressl? ( dev-libs/openssl:0 ) |