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 4CBAD138351 for ; Sun, 9 Feb 2020 12:02:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86271E083D; Sun, 9 Feb 2020 12:02:29 +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 601AEE083D for ; Sun, 9 Feb 2020 12:02:29 +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 2231D34E86C for ; Sun, 9 Feb 2020 12:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24208116 for ; Sun, 9 Feb 2020 12:02:26 +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: <1581249732.44d4a15c8e125658b230e2a022a3adf878928c1b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liblockfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/liblockfile/liblockfile-1.16.ebuild X-VCS-Directories: net-libs/liblockfile/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 44d4a15c8e125658b230e2a022a3adf878928c1b X-VCS-Branch: master Date: Sun, 9 Feb 2020 12:02:26 +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: 9a653445-0587-43bb-8a47-13569cf64357 X-Archives-Hash: 6506c115fc4b211d6a5e02726a2afe73 commit: 44d4a15c8e125658b230e2a022a3adf878928c1b Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 9 12:02:12 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 9 12:02:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d4a15c net-libs/liblockfile: Drop unused inherit Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> net-libs/liblockfile/liblockfile-1.16.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/liblockfile/liblockfile-1.16.ebuild b/net-libs/liblockfile/liblockfile-1.16.ebuild index fa8d31db2fb..148796e9abe 100644 --- a/net-libs/liblockfile/liblockfile-1.16.ebuild +++ b/net-libs/liblockfile/liblockfile-1.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools toolchain-funcs multilib +inherit autotools toolchain-funcs DESCRIPTION="Implements functions designed to lock the standard mailboxes" HOMEPAGE="https://github.com/miquels/liblockfile"