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 0702C138334 for ; Mon, 12 Aug 2019 19:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 178A0E07D8; Mon, 12 Aug 2019 19:47:32 +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 F2A47E07D8 for ; Mon, 12 Aug 2019 19:47:31 +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 BD79F3499BB for ; Mon, 12 Aug 2019 19:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB0A075F for ; Mon, 12 Aug 2019 19:47:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1565639244.ac65dfd7c3198cc954b571216dea310361429813.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcharon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcharon/libcharon-3.4.1.ebuild dev-libs/libcharon/libcharon-3.6.0-r1.ebuild dev-libs/libcharon/libcharon-3.6.0.ebuild X-VCS-Directories: dev-libs/libcharon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac65dfd7c3198cc954b571216dea310361429813 X-VCS-Branch: master Date: Mon, 12 Aug 2019 19:47:27 +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: 85aad28e-ec53-4055-b602-a455c467aed9 X-Archives-Hash: c2bf24ba95efb95bea12aecfd4d3695b commit: ac65dfd7c3198cc954b571216dea310361429813 Author: Michał Górny gentoo org> AuthorDate: Mon Aug 12 19:44:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 12 19:47:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac65dfd7 dev-libs/libcharon: Add missing PYTHON_* Signed-off-by: Michał Górny gentoo.org> dev-libs/libcharon/libcharon-3.4.1.ebuild | 6 +++++- .../libcharon/{libcharon-3.6.0.ebuild => libcharon-3.6.0-r1.ebuild} | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dev-libs/libcharon/libcharon-3.4.1.ebuild b/dev-libs/libcharon/libcharon-3.4.1.ebuild index ca9cf5b39c6..1edcc8fe92b 100644 --- a/dev-libs/libcharon/libcharon-3.4.1.ebuild +++ b/dev-libs/libcharon/libcharon-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,5 +16,9 @@ LICENSE="LGPL-3" SLOT="0/3" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +RDEPEND=${PYTHON_DEPS} +DEPEND=${RDEPEND} S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-libs/libcharon/libcharon-3.6.0.ebuild b/dev-libs/libcharon/libcharon-3.6.0-r1.ebuild similarity index 80% rename from dev-libs/libcharon/libcharon-3.6.0.ebuild rename to dev-libs/libcharon/libcharon-3.6.0-r1.ebuild index 503dd3878a8..1edcc8fe92b 100644 --- a/dev-libs/libcharon/libcharon-3.6.0.ebuild +++ b/dev-libs/libcharon/libcharon-3.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,5 +16,9 @@ LICENSE="LGPL-3" SLOT="0/3" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +RDEPEND=${PYTHON_DEPS} +DEPEND=${RDEPEND} S="${WORKDIR}/${MY_PN}-${PV}"