diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 21:44:11 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-17 22:31:52 +0200 |
commit | ff9d9746b15580f468cf1f1c56fd4a28bb0ad75f (patch) | |
tree | 187af1c88958c60af5e5f654b0c57de2d0452ba1 /dev-lua | |
parent | dev-lua/lua-openssl: Fix MissingUseDepDefault for dev-libs/openssl[bindist] (diff) | |
download | gentoo-ff9d9746b15580f468cf1f1c56fd4a28bb0ad75f.tar.gz gentoo-ff9d9746b15580f468cf1f1c56fd4a28bb0ad75f.tar.bz2 gentoo-ff9d9746b15580f468cf1f1c56fd4a28bb0ad75f.zip |
dev-lua/luaossl: Fix MissingUseDepDefault for dev-libs/openssl[bindist]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r-- | dev-lua/luaossl/luaossl-20200709-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild b/dev-lua/luaossl/luaossl-20200709-r100.ebuild index 9b396bab129f..9342f372653d 100644 --- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild +++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild @@ -20,7 +20,7 @@ IUSE="examples" REQUIRED_USE="${LUA_REQUIRED_USE}" RDEPEND=" - dev-libs/openssl:0[-bindist] + dev-libs/openssl:0[-bindist(-)] !dev-lua/lua-openssl !dev-lua/luasec ${LUA_DEPS} |