Gentoo Archives: gentoo-commits

From: Jonathan Callen <jcallen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libudev-compat/
Date: Sun, 26 Aug 2018 21:47:02
Message-Id: 1535319920.7664e70c1176af690970968522558e22c6c1c081.jcallen@gentoo
1 commit: 7664e70c1176af690970968522558e22c6c1c081
2 Author: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 21:45:20 2018 +0000
4 Commit: Jonathan Callen <jcallen <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 21:45:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7664e70c
7
8 sys-libs/libudev-compat: Bump EAPI to 7, drop multilib.eclass (unused)
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 .../{libudev-compat-186.ebuild => libudev-compat-186-r1.ebuild} | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sys-libs/libudev-compat/libudev-compat-186.ebuild b/sys-libs/libudev-compat/libudev-compat-186-r1.ebuild
16 similarity index 90%
17 rename from sys-libs/libudev-compat/libudev-compat-186.ebuild
18 rename to sys-libs/libudev-compat/libudev-compat-186-r1.ebuild
19 index d732f6780be..39c438bac36 100644
20 --- a/sys-libs/libudev-compat/libudev-compat-186.ebuild
21 +++ b/sys-libs/libudev-compat/libudev-compat-186-r1.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=7
29
30 -inherit multilib multilib-minimal toolchain-funcs
31 +inherit multilib-minimal toolchain-funcs
32
33 DESCRIPTION="Wrapper around libudev.so.1 for packages needing the old libudev.so.0"
34 HOMEPAGE="https://www.gentoo.org/"