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 43DCB138350 for ; Thu, 20 Feb 2020 07:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3256E091F; Thu, 20 Feb 2020 07:09:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 58D50E08F3 for ; Thu, 20 Feb 2020 07:09:28 +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 C4E1334EE53 for ; Thu, 20 Feb 2020 07:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E06B310A for ; Thu, 20 Feb 2020 07:09:24 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1582182550.b9d1d9512f0db2a8d0a3aafc353f5037fee1a66b.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/voikko-fi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/voikko-fi/voikko-fi-2.3.ebuild X-VCS-Directories: dev-libs/voikko-fi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b9d1d9512f0db2a8d0a3aafc353f5037fee1a66b X-VCS-Branch: master Date: Thu, 20 Feb 2020 07:09:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3f0e875-2f9a-4bfb-97c8-4c55ef3bd6c7 X-Archives-Hash: e42b4798d81d4e0e0654c99f1c8f7426 commit: b9d1d9512f0db2a8d0a3aafc353f5037fee1a66b Author: Joonas Niilola gentoo org> AuthorDate: Thu Feb 20 07:05:25 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Feb 20 07:09:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d1d951 dev-libs/voikko-fi: switch to python-any-r1, add BDEPEND Closes: https://bugs.gentoo.org/710222 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/voikko-fi/voikko-fi-2.3.ebuild | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/dev-libs/voikko-fi/voikko-fi-2.3.ebuild b/dev-libs/voikko-fi/voikko-fi-2.3.ebuild index acd48c7ef5e..fe39034097d 100644 --- a/dev-libs/voikko-fi/voikko-fi-2.3.ebuild +++ b/dev-libs/voikko-fi/voikko-fi-2.3.ebuild @@ -5,25 +5,21 @@ EAPI=7 PYTHON_COMPAT=( python3_{6..7} ) -inherit python-r1 +inherit python-any-r1 DESCRIPTION="Finnish dictionary for libvoikko based spell checkers (vvfst format)" HOMEPAGE="https://voikko.puimula.org/" SRC_URI="https://www.puimula.org/voikko-sources/${PN}/${P}.tar.gz" + LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS} - dev-libs/foma - $(python_gen_any_dep '>=dev-libs/libvoikko-4.0[${PYTHON_USEDEP}]')" +DEPEND="dev-libs/foma + dev-libs/libvoikko" RDEPEND="${DEPEND}" - -python_check_deps() { - has_version ">=dev-libs/libvoikko-4.0[${PYTHON_USEDEP}]" -} +BDEPEND="${PYTHON_DEPS} + dev-libs/libvoikko" src_compile() { emake vvfst