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 AFEBE1385B3 for ; Sat, 22 Aug 2015 11:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1956141DF; Sat, 22 Aug 2015 11:36:17 +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 8617A141DF for ; Sat, 22 Aug 2015 11:36:17 +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 A721F340940 for ; Sat, 22 Aug 2015 11:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28F2C14B for ; Sat, 22 Aug 2015 11:36:15 +0000 (UTC) From: "Amadeusz Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Żołnowski" Message-ID: <1440243346.21c7314e27862f8e565422b4ade62d13fd689e42.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.20.2.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Żołnowski X-VCS-Revision: 21c7314e27862f8e565422b4ade62d13fd689e42 X-VCS-Branch: master Date: Sat, 22 Aug 2015 11:36:15 +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: 990f1ea0-2e39-4d50-abba-b506988697d3 X-Archives-Hash: 3a38e13f08dd6eb00f6fa6ed6fb86977 commit: 21c7314e27862f8e565422b4ade62d13fd689e42 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Sat Aug 22 11:35:46 2015 +0000 Commit: Amadeusz Żołnowski gentoo org> CommitDate: Sat Aug 22 11:35:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21c7314e net-mail/notmuch: Add sub-slot "4" Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is meant to be binary backward compatible. Nothing depends directly on libnotmuch.so therefore I skip revision bump. Package-Manager: portage-2.2.20.1 net-mail/notmuch/notmuch-0.20.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mail/notmuch/notmuch-0.20.2.ebuild b/net-mail/notmuch/notmuch-0.20.2.ebuild index af45fa8..3c6b77c 100644 --- a/net-mail/notmuch/notmuch-0.20.2.ebuild +++ b/net-mail/notmuch/notmuch-0.20.2.ebuild @@ -15,7 +15,9 @@ HOMEPAGE="http://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz" LICENSE="GPL-3" -SLOT="0" +# Sub-slot corresponds to major wersion of libnotmuch.so.X.Y. Bump of Y is +# meant to be binary backward compatible. +SLOT="0/4" KEYWORDS="~amd64 ~x86" REQUIRED_USE=" nmbug? ( python )