From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3F838139695 for ; Fri, 26 May 2017 20:30:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16DC121C218; Fri, 26 May 2017 20:30:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7D9821C219 for ; Fri, 26 May 2017 20:30:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02C673416A4 for ; Fri, 26 May 2017 20:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7CB7468 for ; Fri, 26 May 2017 20:30:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1495830640.9930847af05fa04bf84541d38a9a4dedc8b7c5cd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liborcus/liborcus-9999.ebuild X-VCS-Directories: dev-libs/liborcus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9930847af05fa04bf84541d38a9a4dedc8b7c5cd X-VCS-Branch: master Date: Fri, 26 May 2017 20:30:51 +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: e8cf61d7-d9f6-41c4-859c-91c35c0d353b X-Archives-Hash: a6cada19582ae30f9b6048d028b8fbea commit: 9930847af05fa04bf84541d38a9a4dedc8b7c5cd Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 26 20:30:09 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 26 20:30:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9930847a dev-libs/liborcus: Bump subslot, dev-libs/libixion version req Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-libs/liborcus/liborcus-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index 4ec3f16e12a..d823004fce3 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md" [[ ${PV} == 9999 ]] || SRC_URI="http://kohei.us/files/orcus/src/${P}.tar.xz" LICENSE="MIT" -SLOT="0/0.12" # based on SONAME of liborcus.so +SLOT="0/0.13" # based on SONAME of liborcus.so [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="python +spreadsheet-model static-libs tools" @@ -25,7 +25,7 @@ RDEPEND=" dev-libs/boost:= sys-libs/zlib:= python? ( ${PYTHON_DEPS} ) - spreadsheet-model? ( >=dev-libs/libixion-0.12.1:= ) + spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= ) " DEPEND="${RDEPEND} >=dev-util/mdds-1.2.2:1