summaryrefslogtreecommitdiff
path: root/dev-libs/protobuf-c
diff options
context:
space:
mode:
authorThomas D <whissi@whissi.de>2016-04-24 02:46:14 +0200
committerSam Jorna <wraeth@gentoo.org>2016-04-24 23:35:50 +1000
commit43107e77a60543c3114befab7f5a723e720a61f5 (patch)
tree04888af754f3fac3d1e088ffecef182300a64fa2 /dev-libs/protobuf-c
parentb48e417c0240f93e19d65239829d639425b80e1a (diff)
downloadgentoo-43107e77a60543c3114befab7f5a723e720a61f5.tar.gz
gentoo-43107e77a60543c3114befab7f5a723e720a61f5.tar.xz
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@gentoo.org> Gentoo-bug: 580872 Closes: https://github.com/gentoo/gentoo/pull/1335
Diffstat (limited to 'dev-libs/protobuf-c')
-rw-r--r--dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild (renamed from dev-libs/protobuf-c/protobuf-c-1.2.1.ebuild)5
1 files 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
index 92b6f732d15..d7439bf8190 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}]"