From: Mikle Kolyada Date: Sun, 9 Feb 2020 12:02:12 +0000 (+0300) Subject: net-libs/liblockfile: Drop unused inherit X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=44d4a15c8e125658b230e2a022a3adf878928c1b;p=gentoo.git net-libs/liblockfile: Drop unused inherit Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada --- diff --git a/net-libs/liblockfile/liblockfile-1.16.ebuild b/net-libs/liblockfile/liblockfile-1.16.ebuild index fa8d31db2fb9..148796e9abed 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"