diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 20:25:03 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 20:32:25 +0300 |
commit | da304f33c381d156c59bba277d56a7e6dad6d35c (patch) | |
tree | 42f58044f8a6ed65170a779e5664d624af878307 /app-backup/burp | |
parent | app-backup/borgbackup: remove libressl support (diff) | |
download | gentoo-da304f33c381d156c59bba277d56a7e6dad6d35c.tar.gz gentoo-da304f33c381d156c59bba277d56a7e6dad6d35c.tar.bz2 gentoo-da304f33c381d156c59bba277d56a7e6dad6d35c.zip |
app-backup/burp: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-backup/burp')
-rw-r--r-- | app-backup/burp/burp-2.2.18-r1.ebuild | 7 | ||||
-rw-r--r-- | app-backup/burp/burp-2.3.36.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/app-backup/burp/burp-2.2.18-r1.ebuild b/app-backup/burp/burp-2.2.18-r1.ebuild index 7c633b85f4bf..198aa059230c 100644 --- a/app-backup/burp/burp-2.2.18-r1.ebuild +++ b/app-backup/burp/burp-2.2.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" KEYWORDS="amd64 ~arm x86" -IUSE="acl ipv6 libressl test xattr" +IUSE="acl ipv6 test xattr" RESTRICT="!test? ( test )" @@ -22,8 +22,7 @@ CDEPEND=" acct-group/burp net-libs/librsync sys-libs/ncurses:0= sys-libs/zlib - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= acl? ( sys-apps/acl ) xattr? ( sys-apps/attr )" DEPEND="${CDEPEND} diff --git a/app-backup/burp/burp-2.3.36.ebuild b/app-backup/burp/burp-2.3.36.ebuild index a72b5a23100f..bea45d6bcc62 100644 --- a/app-backup/burp/burp-2.3.36.ebuild +++ b/app-backup/burp/burp-2.3.36.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/grke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="acl ipv6 libressl test xattr" +IUSE="acl ipv6 test xattr" RESTRICT="!test? ( test )" @@ -22,8 +22,7 @@ CDEPEND=" acct-group/burp net-libs/librsync sys-libs/ncurses:0= sys-libs/zlib - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= acl? ( sys-apps/acl ) xattr? ( sys-apps/attr )" DEPEND="${CDEPEND} |