commit:     ff9cfbddde0d234824ac7e272d1ac48a699ab21f
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 30 09:13:18 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Apr 30 09:17:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9cfbdd

app-backup/attic: remove libressl support

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

 app-backup/attic/attic-0.16-r1.ebuild | 6 ++----
 app-backup/attic/attic-9999.ebuild    | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-backup/attic/attic-0.16-r1.ebuild 
b/app-backup/attic/attic-0.16-r1.ebuild
index 4fa4def16ab..7d7c173b276 100644
--- a/app-backup/attic/attic-0.16-r1.ebuild
+++ b/app-backup/attic/attic-0.16-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
@@ -20,12 +20,10 @@ HOMEPAGE="https://attic-backup.org/";
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="libressl"
 
 RDEPEND="
        dev-python/msgpack[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        dev-python/llfuse[${PYTHON_USEDEP}]"
 
 DEPEND="

diff --git a/app-backup/attic/attic-9999.ebuild 
b/app-backup/attic/attic-9999.ebuild
index 4fa4def16ab..7d7c173b276 100644
--- a/app-backup/attic/attic-9999.ebuild
+++ b/app-backup/attic/attic-9999.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
@@ -20,12 +20,10 @@ HOMEPAGE="https://attic-backup.org/";
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="libressl"
 
 RDEPEND="
        dev-python/msgpack[${PYTHON_USEDEP}]
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
+       dev-libs/openssl:0=
        dev-python/llfuse[${PYTHON_USEDEP}]"
 
 DEPEND="

Reply via email to