diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 12:13:18 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-30 12:17:39 +0300 |
commit | ff9cfbddde0d234824ac7e272d1ac48a699ab21f (patch) | |
tree | aa340f897854f97ad9396749c5a6db4d21c120ba /app-backup | |
parent | app-admin/gkrellm: remove libressl support (diff) | |
download | gentoo-ff9cfbddde0d234824ac7e272d1ac48a699ab21f.tar.gz gentoo-ff9cfbddde0d234824ac7e272d1ac48a699ab21f.tar.bz2 gentoo-ff9cfbddde0d234824ac7e272d1ac48a699ab21f.zip |
app-backup/attic: 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')
-rw-r--r-- | app-backup/attic/attic-0.16-r1.ebuild | 6 | ||||
-rw-r--r-- | 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 4fa4def16abf..7d7c173b276f 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 4fa4def16abf..7d7c173b276f 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=" |