Skip to content

Commit

Permalink
app-portage/portage-utils: support LibreSSL
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/687372
Signed-off-by: Fabian Groffen <[email protected]>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
  • Loading branch information
grobian committed Jun 6, 2019
1 parent d5c3e0d commit 3c6e943
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"

LICENSE="GPL-2"
SLOT="0"
IUSE="nls static openmp +qmanifest"
IUSE="nls static openmp +qmanifest libressl"

if [[ ${PV} == *9999 ]]; then
inherit git-r3 autotools
Expand All @@ -33,7 +33,8 @@ DEPEND="${RDEPEND}
)
)
app-crypt/libb2
dev-libs/openssl:0=
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
sys-libs/zlib
app-crypt/gpgme
)
Expand Down
5 changes: 3 additions & 2 deletions app-portage/portage-utils/portage-utils-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Portage-utils"

LICENSE="GPL-2"
SLOT="0"
IUSE="nls static openmp +qmanifest"
IUSE="nls static openmp +qmanifest libressl"

if [[ ${PV} == *9999 ]]; then
inherit git-r3 autotools
Expand All @@ -33,7 +33,8 @@ DEPEND="${RDEPEND}
)
)
app-crypt/libb2
dev-libs/openssl:0=
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
sys-libs/zlib
app-crypt/gpgme
)
Expand Down

0 comments on commit 3c6e943

Please sign in to comment.