diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 19:22:29 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 19:22:29 -0400 |
commit | b2407654cbd678ee1aea9fb94d973e530a0f2cf8 (patch) | |
tree | eea3a7e6cd342824d77be7751691c6333ee55139 /app-backup/attic | |
parent | app-backup/borgbackup: fix openssl and libressl slots (diff) | |
download | gentoo-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')
-rw-r--r-- | app-backup/attic/attic-0.16.ebuild | 4 | ||||
-rw-r--r-- | app-backup/attic/attic-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-backup/attic/attic-0.16.ebuild b/app-backup/attic/attic-0.16.ebuild index 909ac1f3cd79..188ef01f09bb 100644 --- a/app-backup/attic/attic-0.16.ebuild +++ b/app-backup/attic/attic-0.16.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=" 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=" |