Skip to content

Commit

Permalink
app-admin/clustershell: 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 4a601ee commit 0d30cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-admin/clustershell/clustershell-1.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc libressl"

RDEPEND="
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )"
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

src_install() {
Expand Down

0 comments on commit 0d30cbb

Please sign in to comment.