Skip to content

Commit

Permalink
app-portage/conf-update: Fix openssl conditional dependency
Browse files Browse the repository at this point in the history
Fixes bug #574996
  • Loading branch information
José María Alonso Josa committed Feb 21, 2016
1 parent 9109389 commit 69cb762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-portage/conf-update/conf-update-1.0.3-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ IUSE="colordiff libressl"

RDEPEND=">=dev-libs/glib-2.6
sys-libs/ncurses:0
libressl? ( dev-libs/openssl:0 )
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
colordiff? ( app-misc/colordiff )"
DEPEND="virtual/pkgconfig
Expand Down

0 comments on commit 69cb762

Please sign in to comment.