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 D91E8138334 for ; Wed, 12 Sep 2018 20:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC4CFE0D3C; Wed, 12 Sep 2018 20:56:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D58FE0D38 for ; Wed, 12 Sep 2018 20:56:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 14741335DC9 for ; Wed, 12 Sep 2018 20:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 282C43D3 for ; Wed, 12 Sep 2018 20:56:35 +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: <1536785782.c2b177132f790c652920473b81aeba33bf14b009.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: c2b177132f790c652920473b81aeba33bf14b009 X-VCS-Branch: master Date: Wed, 12 Sep 2018 20:56:35 +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: dd67aad1-de6f-440f-971e-e6a0e18b2fcd X-Archives-Hash: 16c2487d255d34ac54c97cea0b854527 commit: c2b177132f790c652920473b81aeba33bf14b009 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 12 18:34:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 12 20:56:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2b17713 dev-libs/liborcus: Bump dev-util/mdds and dev-libs/libixion min ver Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-libs/liborcus/liborcus-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index 2f6e8414b8d..14b3e2eefd7 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -16,19 +16,19 @@ HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md" [[ ${PV} == 9999 ]] || SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz" LICENSE="MIT" -SLOT="0/0.13" # based on SONAME of liborcus.so +SLOT="0/0.14" # based on SONAME of liborcus.so [[ ${PV} == 9999 ]] || \ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="python +spreadsheet-model static-libs tools" RDEPEND=" dev-libs/boost:= - sys-libs/zlib:= + sys-libs/zlib python? ( ${PYTHON_DEPS} ) - spreadsheet-model? ( >=dev-libs/libixion-0.13.0:= ) + spreadsheet-model? ( >=dev-libs/libixion-0.14.0:= ) " DEPEND="${RDEPEND} - >=dev-util/mdds-1.2.2:1 + >=dev-util/mdds-1.4.1:1 " REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"