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
This commit is contained in:
Amadeusz Żołnowski
2015-08-22 15:39:09 +01:00
parent f94a8cbcf5
commit f6686f8454
2 changed files with 6 additions and 2 deletions

View 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} )

View 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 )