mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-crypt/keynote: add libressl support
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -13,9 +13,12 @@ SRC_URI="http://www1.cs.columbia.edu/~angelos/Code/${P}.tar.gz"
|
||||
LICENSE="keynote"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="ssl"
|
||||
IUSE="libressl ssl"
|
||||
|
||||
RDEPEND="ssl? ( dev-libs/openssl:0 )"
|
||||
RDEPEND="ssl? (
|
||||
!libressl? ( dev-libs/openssl:0= )
|
||||
libressl? ( dev-libs/libressl:0= )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/yacc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user