From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A347138206 for ; Sun, 24 Apr 2016 13:36:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6412521C014; Sun, 24 Apr 2016 13:36:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2D6921C014 for ; Sun, 24 Apr 2016 13:36:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5077340C9D for ; Sun, 24 Apr 2016 13:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A86C795F for ; Sun, 24 Apr 2016 13:36:38 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1461504950.43107e77a60543c3114befab7f5a723e720a61f5.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/protobuf-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/protobuf-c/protobuf-c-1.2.1-r1.ebuild dev-libs/protobuf-c/protobuf-c-1.2.1.ebuild X-VCS-Directories: dev-libs/protobuf-c/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 43107e77a60543c3114befab7f5a723e720a61f5 X-VCS-Branch: master Date: Sun, 24 Apr 2016 13:36:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 27b7a475-a233-48ab-8714-5ddb1711b683 X-Archives-Hash: 8a6d774375dd6bb48b61806c0eb6e3dc commit: 43107e77a60543c3114befab7f5a723e720a61f5 Author: Thomas D whissi de> AuthorDate: Sun Apr 24 00:46:14 2016 +0000 Commit: Sam Jorna gentoo 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 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}]"