diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2015-08-22 15:39:09 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2015-08-22 15:39:29 +0100 |
commit | f6686f845478057742afe0b00b0933db7e9394e5 (patch) | |
tree | ebffd3f3f2f24593b5a43623f59e14c606e5bdf0 /net-mail | |
parent | dev-php/twig: Drop vulernable versions for bug 558420 (diff) | |
download | gentoo-f6686f845478057742afe0b00b0933db7e9394e5.tar.gz gentoo-f6686f845478057742afe0b00b0933db7e9394e5.tar.bz2 gentoo-f6686f845478057742afe0b00b0933db7e9394e5.zip |
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
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.18.2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.19-r1.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
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 ) |