Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/liblockfile/
Date: Sun, 09 Feb 2020 12:02:30
Message-Id: 1581249732.44d4a15c8e125658b230e2a022a3adf878928c1b.zlogene@gentoo
1 commit: 44d4a15c8e125658b230e2a022a3adf878928c1b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 12:02:12 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 12:02:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d4a15c
7
8 net-libs/liblockfile: Drop unused inherit
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/liblockfile/liblockfile-1.16.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/liblockfile/liblockfile-1.16.ebuild b/net-libs/liblockfile/liblockfile-1.16.ebuild
17 index fa8d31db2fb..148796e9abe 100644
18 --- a/net-libs/liblockfile/liblockfile-1.16.ebuild
19 +++ b/net-libs/liblockfile/liblockfile-1.16.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 -inherit autotools toolchain-funcs multilib
28 +inherit autotools toolchain-funcs
29
30 DESCRIPTION="Implements functions designed to lock the standard mailboxes"
31 HOMEPAGE="https://github.com/miquels/liblockfile"