diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 18:05:42 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-21 18:05:52 -0400 |
commit | 42a9edfa1957985f083ba7d0bb49e5d764693c92 (patch) | |
tree | ce23bc5013ea25ce1a1e109748fc124d192c88ca /app-arch | |
parent | dev-ruby/celluloid: Fix desc (diff) | |
download | gentoo-42a9edfa1957985f083ba7d0bb49e5d764693c92.tar.gz gentoo-42a9edfa1957985f083ba7d0bb49e5d764693c92.tar.bz2 gentoo-42a9edfa1957985f083ba7d0bb49e5d764693c92.zip |
app-arch/xar: fix openssl and libressl slots
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xar/xar-1.5.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/xar/xar-1.5.2-r2.ebuild b/app-arch/xar/xar-1.5.2-r2.ebuild index b753675c1782..16e909a35f34 100644 --- a/app-arch/xar/xar-1.5.2-r2.ebuild +++ b/app-arch/xar/xar-1.5.2-r2.ebuild @@ -16,8 +16,8 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-li IUSE="acl +bzip2 libressl" DEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) dev-libs/libxml2 sys-libs/zlib acl? ( sys-apps/acl ) |