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 800F1138334 for ; Sat, 12 Oct 2019 20:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BACC0E0924; Sat, 12 Oct 2019 20:23:31 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A38D4E0924 for ; Sat, 12 Oct 2019 20:23: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 A9BF034BCAD for ; Sat, 12 Oct 2019 20:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6D7C772 for ; Sat, 12 Oct 2019 20:23:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1570911805.7b13d59b00b72ce6ffe53dda6d82c9db71e44c83.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/onion/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/onion/onion-0.8.ebuild net-libs/onion/onion-9999.ebuild X-VCS-Directories: net-libs/onion/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7b13d59b00b72ce6ffe53dda6d82c9db71e44c83 X-VCS-Branch: master Date: Sat, 12 Oct 2019 20:23:28 +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: 148520bf-f9e7-4a9f-a0a1-f05f1af2651f X-Archives-Hash: 327b23a29cbdf642e1049caf32fa6842 commit: 7b13d59b00b72ce6ffe53dda6d82c9db71e44c83 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 12 20:23:19 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 12 20:23:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b13d59b net-libs/onion: migrate to sys-libs/pam Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/onion/onion-0.8.ebuild | 4 ++-- net-libs/onion/onion-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/onion/onion-0.8.ebuild b/net-libs/onion/onion-0.8.ebuild index c1b092d0614..5491a611533 100644 --- a/net-libs/onion/onion-0.8.ebuild +++ b/net-libs/onion/onion-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,7 +32,7 @@ IUSE=" RDEPEND=" gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) png? ( media-libs/libpng:0= x11-libs/cairo ) jpeg? ( virtual/jpeg:0 ) xml? ( dev-libs/libxml2:2 sys-libs/zlib ) diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild index e815359b103..de8dbb95ca0 100644 --- a/net-libs/onion/onion-9999.ebuild +++ b/net-libs/onion/onion-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -32,7 +32,7 @@ IUSE=" RDEPEND=" gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= ) - pam? ( virtual/pam ) + pam? ( sys-libs/pam ) png? ( media-libs/libpng:0= x11-libs/cairo ) jpeg? ( virtual/jpeg:0 ) xml? ( dev-libs/libxml2:2 sys-libs/zlib )