commit: 43107e77a60543c3114befab7f5a723e720a61f5 Author: Thomas D <whissi <AT> whissi <DOT> de> AuthorDate: Sun Apr 24 00:46:14 2016 +0000 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org> CommitDate: Sun Apr 24 13:35:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43107e77
dev-libs/protobuf-c: Slot operator on dev-libs/protobuf atom added wrt bug #580872 Own subslot set to SONAME version. Package-Manager: portage-2.2.28 Signed-off-by: Sam Jorna <wraeth <AT> gentoo.org> Gentoo-bug: 580872 Closes: https://github.com/gentoo/gentoo/pull/1335 .../{protobuf-c-1.2.1.ebuild => protobuf-c-1.2.1-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/protobuf-c/protobuf-c-1.2.1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild similarity index 89% rename from dev-libs/protobuf-c/protobuf-c-1.2.1.ebuild rename to dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild index 92b6f73..d7439bf 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.2.1.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild @@ -14,11 +14,12 @@ HOMEPAGE="https://github.com/protobuf-c/protobuf-c/" SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz" LICENSE="BSD-2" -SLOT="0" +# Subslot == SONAME version +SLOT="0/1.0.0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs test" -RDEPEND=">=dev-libs/protobuf-2.6.0[${MULTILIB_USEDEP}]" +RDEPEND=">=dev-libs/protobuf-2.6.0:0=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} test? ( ${AUTOTOOLS_DEPEND} ) virtual/pkgconfig[${MULTILIB_USEDEP}]"
