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 A15ED1382C5 for ; Thu, 4 Jan 2018 11:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DB9EE0841; Thu, 4 Jan 2018 11:07:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E23F6E0841 for ; Thu, 4 Jan 2018 11:07:47 +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 A46A3335C0C for ; Thu, 4 Jan 2018 11:07:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AEB11A0 for ; Thu, 4 Jan 2018 11:07:44 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1515064058.34c6b61a7134a8b332403280daeae604f13453d7.polynomial-c@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.15.ebuild X-VCS-Directories: net-dialup/freeradius/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 34c6b61a7134a8b332403280daeae604f13453d7 X-VCS-Branch: master Date: Thu, 4 Jan 2018 11:07:44 +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: 94ab46ec-59be-438f-8e98-2d035b277268 X-Archives-Hash: 1f2b6f5c5f27c58042fc041c21d8fb25 commit: 34c6b61a7134a8b332403280daeae604f13453d7 Author: Lars Wendler gentoo org> AuthorDate: Thu Jan 4 11:07:38 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jan 4 11:07:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c6b61a net-dialup/freeradius: Added sub-slot dep for sys-libs/gdbm Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-dialup/freeradius/freeradius-3.0.15.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dialup/freeradius/freeradius-3.0.15.ebuild b/net-dialup/freeradius/freeradius-3.0.15.ebuild index e42fc8e3052..d74e5a47078 100644 --- a/net-dialup/freeradius/freeradius-3.0.15.ebuild +++ b/net-dialup/freeradius/freeradius-3.0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,7 +29,7 @@ RDEPEND="!net-dialup/cistronradius !net-dialup/gnuradius sys-devel/libtool dev-lang/perl:= - sys-libs/gdbm + sys-libs/gdbm:= sys-libs/talloc python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline:0= )