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 E5B46138334 for ; Wed, 1 Jan 2020 16:44:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B94EE0ABE; Wed, 1 Jan 2020 16:44:09 +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 E356DE0ABE for ; Wed, 1 Jan 2020 16:44:08 +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 8E53434DC98 for ; Wed, 1 Jan 2020 16:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A1637 for ; Wed, 1 Jan 2020 16:44:05 +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: <1577897021.abb8eafcda7740e80db7e757aa67e8d177ef12c9.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_mount/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_mount/pam_mount-2.16-r1.ebuild sys-auth/pam_mount/pam_mount-2.16.ebuild X-VCS-Directories: sys-auth/pam_mount/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: abb8eafcda7740e80db7e757aa67e8d177ef12c9 X-VCS-Branch: master Date: Wed, 1 Jan 2020 16:44:05 +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: 1569c054-33bd-48ea-87eb-b647a4042643 X-Archives-Hash: 8a443f915e95942b332e5fdb12beb6a2 commit: abb8eafcda7740e80db7e757aa67e8d177ef12c9 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Jan 1 16:43:41 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Jan 1 16:43:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb8eafc sys-auth/pam_mount: Drop unused inherit Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> sys-auth/pam_mount/pam_mount-2.16-r1.ebuild | 4 +--- sys-auth/pam_mount/pam_mount-2.16.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild b/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild index 45d0091b7b4..4aa9be59ce6 100644 --- a/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.16-r1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib - DESCRIPTION="A PAM module that can mount volumes for a user session" HOMEPAGE="http://pam-mount.sourceforge.net" SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz" diff --git a/sys-auth/pam_mount/pam_mount-2.16.ebuild b/sys-auth/pam_mount/pam_mount-2.16.ebuild index 396e2ed710c..95e94fc71b0 100644 --- a/sys-auth/pam_mount/pam_mount-2.16.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.16.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib - DESCRIPTION="A PAM module that can mount volumes for a user session" HOMEPAGE="http://pam-mount.sourceforge.net" SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz"