summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-03-21 19:22:29 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-03-21 19:22:29 -0400
commitb2407654cbd678ee1aea9fb94d973e530a0f2cf8 (patch)
treeeea3a7e6cd342824d77be7751691c6333ee55139 /app-backup/attic/attic-9999.ebuild
parentapp-backup/borgbackup: fix openssl and libressl slots (diff)
downloadgentoo-b2407654cbd678ee1aea9fb94d973e530a0f2cf8.tar.gz
gentoo-b2407654cbd678ee1aea9fb94d973e530a0f2cf8.tar.bz2
gentoo-b2407654cbd678ee1aea9fb94d973e530a0f2cf8.zip
app-backup/attic: fix openssl and libressl slots
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-backup/attic/attic-9999.ebuild')
-rw-r--r--app-backup/attic/attic-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/attic/attic-9999.ebuild b/app-backup/attic/attic-9999.ebuild
index 909ac1f3cd79..188ef01f09bb 100644
--- a/app-backup/attic/attic-9999.ebuild
+++ b/app-backup/attic/attic-9999.ebuild
@@ -25,8 +25,8 @@ IUSE="libressl"
RDEPEND="
dev-python/msgpack[${PYTHON_USEDEP}]
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
dev-python/llfuse[${PYTHON_USEDEP}]"
DEPEND="