dev-libs/protobuf-c: Slot operator on dev-libs/protobuf atom added wrt bug #580872
authorThomas D <whissi@whissi.de>
Sun, 24 Apr 2016 00:46:14 +0000 (02:46 +0200)
committerSam Jorna <wraeth@gentoo.org>
Sun, 24 Apr 2016 13:35:50 +0000 (23:35 +1000)
Own subslot set to SONAME version.

Package-Manager: portage-2.2.28
Signed-off-by: Sam Jorna <wraeth@gentoo.org>
Gentoo-bug: 580872
Closes: https://github.com/gentoo/gentoo/pull/1335

dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild [moved from dev-libs/protobuf-c/protobuf-c-1.2.1.ebuild with 89% similarity]

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 92b6f732d1598ce334a737e6554a89e522fa1eed..d7439bf8190dd4bed32376628db808c4a72adec3 100644 (file)
@@ -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}]"