From: Amadeusz Żołnowski Date: Sat, 22 Aug 2015 14:39:09 +0000 (+0100) Subject: net-mail/notmuch: Add sub-slots "3" and "4" to stable versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6686f845478057742afe0b00b0933db7e9394e5;p=gentoo.git net-mail/notmuch: Add sub-slots "3" and "4" to stable versions Nothing depends directly on libnotmuch.so therefore I skip revision bump. Package-Manager: portage-2.2.20.1 --- diff --git a/net-mail/notmuch/notmuch-0.18.2.ebuild b/net-mail/notmuch/notmuch-0.18.2.ebuild index f8d0eb4b2e41..9651014a79b6 100644 --- a/net-mail/notmuch/notmuch-0.18.2.ebuild +++ b/net-mail/notmuch/notmuch-0.18.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/3" KEYWORDS="amd64 x86" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) diff --git a/net-mail/notmuch/notmuch-0.19-r1.ebuild b/net-mail/notmuch/notmuch-0.19-r1.ebuild index 5ae253ce6cb7..656236ca8c70 100644 --- a/net-mail/notmuch/notmuch-0.19-r1.ebuild +++ b/net-mail/notmuch/notmuch-0.19-r1.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 )