diff options
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=" |