commit:     da304f33c381d156c59bba277d56a7e6dad6d35c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 17:25:03 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 17:32:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da304f33

app-backup/burp: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-backup/burp/burp-2.2.18-r1.ebuild | 7 +++----
 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 7c633b85f4b..198aa059230 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 a72b5a23100..bea45d6bcc6 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}

Reply via email to