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 ECB2D13888F for ; Sat, 31 Oct 2015 19:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C368D21C011; Sat, 31 Oct 2015 19:15:43 +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 7076C21C011 for ; Sat, 31 Oct 2015 19:15:43 +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 5639F340AE4 for ; Sat, 31 Oct 2015 19:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6974D1C6D for ; Sat, 31 Oct 2015 19:15:38 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1446318904.27ba62d0c7fcabdc79ce82a064b43d67b3b11cca.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libmicrohttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild net-libs/libmicrohttpd/libmicrohttpd-0.9.45.ebuild X-VCS-Directories: net-libs/libmicrohttpd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 27ba62d0c7fcabdc79ce82a064b43d67b3b11cca X-VCS-Branch: master Date: Sat, 31 Oct 2015 19:15:38 +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: 1514d9a1-db23-4d51-a68b-6603cdd29dd9 X-Archives-Hash: c97f83cbe0a8b5c854d0650029d979dd commit: 27ba62d0c7fcabdc79ce82a064b43d67b3b11cca Author: Mike Gilbert gentoo org> AuthorDate: Sat Oct 31 19:15:04 2015 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Oct 31 19:15:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ba62d0 net-libs/libmicrohttpd: Add a subslot The soname version changed from 10 to 11, so add a matching subslot. Package-Manager: portage-2.2.23_p10 .../{libmicrohttpd-0.9.45.ebuild => libmicrohttpd-0.9.45-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmicrohttpd/libmicrohttpd-0.9.45.ebuild b/net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild similarity index 99% rename from net-libs/libmicrohttpd/libmicrohttpd-0.9.45.ebuild rename to net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild index a5624d6..dac0251 100644 --- a/net-libs/libmicrohttpd/libmicrohttpd-0.9.45.ebuild +++ b/net-libs/libmicrohttpd/libmicrohttpd-0.9.45-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/" SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/11" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="epoll messages ssl static-libs test"