Skip to content

Commit

Permalink
app-admin/lastpass-cli: 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 3eb1c44 commit 75e8a96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-admin/lastpass-cli/lastpass-cli-0.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ IUSE="libressl X +pinentry"

RDEPEND="
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-misc/curl
dev-libs/libxml2
pinentry? ( app-crypt/pinentry )
Expand Down
4 changes: 2 additions & 2 deletions app-admin/lastpass-cli/lastpass-cli-0.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ IUSE="libressl X +pinentry"

RDEPEND="
X? ( || ( x11-misc/xclip x11-misc/xsel ) )
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
net-misc/curl
dev-libs/libxml2
pinentry? ( app-crypt/pinentry )
Expand Down

0 comments on commit 75e8a96

Please sign in to comment.