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 E9C6A58973 for ; Fri, 29 Jan 2016 08:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B815221C006; Fri, 29 Jan 2016 08:11:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60AFB21C006 for ; Fri, 29 Jan 2016 08:11:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 85A05340B8D for ; Fri, 29 Jan 2016 08:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A51E58DA for ; Fri, 29 Jan 2016 08:11:35 +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: <1454055610.9a2750c36c8d5330fecabf4ae2617368d3359fa7.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libressl/libressl-2.3.2-r1.ebuild dev-libs/libressl/libressl-2.3.2.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 9a2750c36c8d5330fecabf4ae2617368d3359fa7 X-VCS-Branch: master Date: Fri, 29 Jan 2016 08:11:35 +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: cc669ee3-b9d0-4f04-a19d-db3816e4d3d6 X-Archives-Hash: 3ec399e0065abc1ebf510d493317aff1 commit: 9a2750c36c8d5330fecabf4ae2617368d3359fa7 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jan 29 08:19:44 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jan 29 08:20:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2750c3 dev-libs/libressl: fix subslot number Package-Manager: portage-2.2.26 dev-libs/libressl/{libressl-2.3.2.ebuild => libressl-2.3.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libressl/libressl-2.3.2.ebuild b/dev-libs/libressl/libressl-2.3.2-r1.ebuild similarity index 94% rename from dev-libs/libressl/libressl-2.3.2.ebuild rename to dev-libs/libressl/libressl-2.3.2-r1.ebuild index a3bf728..4060057 100644 --- a/dev-libs/libressl/libressl-2.3.2.ebuild +++ b/dev-libs/libressl/libressl-2.3.2-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libressl.org/" SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz" LICENSE="ISC openssl" -SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so +SLOT="0/37" # reflects ABI of libcrypto.so and libssl.so KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="+asm static-libs"