From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-954487-garchives=archives.gentoo.org@lists.gentoo.org> 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 C426D139694 for <garchives@archives.gentoo.org>; Thu, 8 Jun 2017 23:19:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A13B621C028; Thu, 8 Jun 2017 23:19:23 +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 7E45E21C028 for <gentoo-commits@lists.gentoo.org>; Thu, 8 Jun 2017 23:19:23 +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 6E61F34185E for <gentoo-commits@lists.gentoo.org>; Thu, 8 Jun 2017 23:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D55D07468 for <gentoo-commits@lists.gentoo.org>; Thu, 8 Jun 2017 23:19:19 +0000 (UTC) From: "Thomas Deutschmann" <whissi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org> Message-ID: <1496963954.7e191f763117bb92f28e18b1d23bb940240db2cc.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/freeradius/freeradius-3.0.14.ebuild X-VCS-Directories: net-dialup/freeradius/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7e191f763117bb92f28e18b1d23bb940240db2cc X-VCS-Branch: master Date: Thu, 8 Jun 2017 23:19:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9ff8cff6-b27b-4d89-ac8f-b5f096996416 X-Archives-Hash: 389becb0e7c9d194d5aeef17f7b54004 commit: 7e191f763117bb92f28e18b1d23bb940240db2cc Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Jun 8 23:19:00 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Jun 8 23:19:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e191f76 net-dialup/freeradius: Use python-single-r1 instead of python-any-r1 (bug #616068) Package-Manager: Portage-2.3.5, Repoman-2.3.2 net-dialup/freeradius/freeradius-3.0.14.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-dialup/freeradius/freeradius-3.0.14.ebuild b/net-dialup/freeradius/freeradius-3.0.14.ebuild index 4c5847cbcac..e5c5443ca3c 100644 --- a/net-dialup/freeradius/freeradius-3.0.14.ebuild +++ b/net-dialup/freeradius/freeradius-3.0.14.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools pam python-any-r1 systemd user +inherit autotools pam python-single-r1 systemd user MY_P="${PN}-server-${PV}" @@ -47,13 +47,15 @@ RDEPEND="!net-dialup/cistronradius oracle? ( dev-db/oracle-instantclient-basic )" DEPEND="${RDEPEND}" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + S="${WORKDIR}/${MY_P}" pkg_setup() { enewgroup radius enewuser radius -1 -1 /var/log/radius radius - python-any-r1_pkg_setup + python-single-r1_pkg_setup export PYTHONBIN="${EPYTHON}" }