Skip to content

Commit

Permalink
app-backup/zbackup: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Apr 30, 2021
1 parent b57a62c commit 099da82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions app-backup/zbackup/zbackup-1.4.4-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+-with-openssl-exception"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libressl tartool"
IUSE="tartool"

DEPEND="app-arch/lzma
dev-libs/lzo:2
dev-libs/protobuf:0=
sys-libs/zlib
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )"
dev-libs/openssl:0="
RDEPEND="${DEPEND}"

# Add tartool build
Expand Down
5 changes: 2 additions & 3 deletions app-backup/zbackup/zbackup-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
LICENSE="GPL-2+-with-openssl-exception"
SLOT="0"
KEYWORDS=""
IUSE="libressl tartool"
IUSE="tartool"

DEPEND="app-arch/lzma
dev-libs/lzo:2
dev-libs/protobuf:0=
sys-libs/libunwind:=
sys-libs/zlib
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )"
dev-libs/openssl:0="
RDEPEND="${DEPEND}"

# Add tartool build
Expand Down

0 comments on commit 099da82

Please sign in to comment.