net-mail/notmuch: Add sub-slots "3" and "4" to stable versions
authorAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 22 Aug 2015 14:39:09 +0000 (15:39 +0100)
committerAmadeusz Żołnowski <aidecoe@gentoo.org>
Sat, 22 Aug 2015 14:39:29 +0000 (15:39 +0100)
Nothing depends directly on libnotmuch.so therefore I skip revision
bump.

Package-Manager: portage-2.2.20.1

net-mail/notmuch/notmuch-0.18.2.ebuild
net-mail/notmuch/notmuch-0.19-r1.ebuild

index f8d0eb4b2e417cd0263f4e61040aa69ec2cc1794..9651014a79b61b39e9a921251cf288154f5d08a9 100644 (file)
@@ -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/3"
 KEYWORDS="amd64 x86"
 REQUIRED_USE="
        python? ( ${PYTHON_REQUIRED_USE} )
index 5ae253ce6cb7a2c6eee57541e4b7edb06f40941c..656236ca8c701245bbc9d982bf459b1235505a10 100644 (file)
@@ -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 )