diff options
author | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2015-08-22 12:35:46 +0100 |
---|---|---|
committer | Amadeusz Żołnowski <aidecoe@gentoo.org> | 2015-08-22 12:35:46 +0100 |
commit | 21c7314e27862f8e565422b4ade62d13fd689e42 (patch) | |
tree | 0b83dcf67927d4b88cb0eecb73927dfd29269db0 /net-mail | |
parent | f75e0ac45c3b1556e5937d47ce3bc1f1b5257c4a (diff) | |
download | gentoo-21c7314e27862f8e565422b4ade62d13fd689e42.tar.gz gentoo-21c7314e27862f8e565422b4ade62d13fd689e42.tar.xz |
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
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/notmuch-0.20.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.20.2.ebuild b/net-mail/notmuch/notmuch-0.20.2.ebuild index af45fa832c0..3c6b77c3b3a 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 ) |