From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5BC8859CA5 for ; Mon, 21 Mar 2016 21:48:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2EF421C01F; Mon, 21 Mar 2016 21:48:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E72621C01F for ; Mon, 21 Mar 2016 21:48:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A823340A9C for ; Mon, 21 Mar 2016 21:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BDB3853 for ; Mon, 21 Mar 2016 21:48:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1458596905.0ef8f18a9a55c6503a96d7488f1d7bacf7eb91a9.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/libarchive/libarchive-3.1.2-r2.ebuild app-arch/libarchive/libarchive-3.1.2-r3.ebuild X-VCS-Directories: app-arch/libarchive/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 0ef8f18a9a55c6503a96d7488f1d7bacf7eb91a9 X-VCS-Branch: master Date: Mon, 21 Mar 2016 21:48:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d9b4f3bd-575f-4942-adc8-f8f9bf968b06 X-Archives-Hash: 6061c1676992009e6439a760e8828501 commit: 0ef8f18a9a55c6503a96d7488f1d7bacf7eb91a9 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Mar 21 21:48:25 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Mar 21 21:48:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef8f18a app-arch/libarchive: fix openssl and libressl slots Package-Manager: portage-2.2.26 app-arch/libarchive/libarchive-3.1.2-r2.ebuild | 4 ++-- app-arch/libarchive/libarchive-3.1.2-r3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-arch/libarchive/libarchive-3.1.2-r2.ebuild b/app-arch/libarchive/libarchive-3.1.2-r2.ebuild index 01329bb..5b56888 100644 --- a/app-arch/libarchive/libarchive-3.1.2-r2.ebuild +++ b/app-arch/libarchive/libarchive-3.1.2-r2.ebuild @@ -15,8 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl +lzma lzo nettle static-libs xattr +zlib" RDEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) acl? ( virtual/acl ) bzip2? ( app-arch/bzip2 ) expat? ( dev-libs/expat ) diff --git a/app-arch/libarchive/libarchive-3.1.2-r3.ebuild b/app-arch/libarchive/libarchive-3.1.2-r3.ebuild index 8153c43..2f77f2e 100644 --- a/app-arch/libarchive/libarchive-3.1.2-r3.ebuild +++ b/app-arch/libarchive/libarchive-3.1.2-r3.ebuild @@ -15,8 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl +lzma lzo nettle static-libs xattr +zlib" RDEPEND=" - !libressl? ( dev-libs/openssl:0[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) acl? ( virtual/acl[${MULTILIB_USEDEP}] ) bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] ) expat? ( dev-libs/expat[${MULTILIB_USEDEP}] )