Skip to content

Commit

Permalink
app-admin/radmind: fix openssl and libressl slots
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
blueness committed Mar 21, 2016
1 parent 972d29d commit 4a601ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-admin/radmind/radmind-1.14.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="libressl"

DEPEND="
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )"
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )"
RDEPEND="${DEPEND}"

src_prepare() {
Expand Down

0 comments on commit 4a601ee

Please sign in to comment.