From: Thomas D Date: Sun, 24 Apr 2016 00:46:14 +0000 (+0200) Subject: dev-libs/protobuf-c: Slot operator on dev-libs/protobuf atom added wrt bug #580872 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=43107e77a60543c3114befab7f5a723e720a61f5;p=gentoo.git 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 Gentoo-bug: 580872 Closes: https://github.com/gentoo/gentoo/pull/1335 --- 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 92b6f732d159..d7439bf8190d 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}]"