Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen/
Date: Wed, 24 Nov 2021 07:44:12
Message-Id: 1637739811.c535babe162120b7425c9cf0c5eae323ae039389.flow@gentoo
1 commit: c535babe162120b7425c9cf0c5eae323ae039389
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 24 07:42:02 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 24 07:43:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c535babe
7
8 app-emulation/xen: remove unused 'multilib' eclass
9
10 The get_libdir() function is provided natively since EAPI 6.
11
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 app-emulation/xen/xen-4.14.3-r1.ebuild | 2 +-
15 app-emulation/xen/xen-4.14.3-r2.ebuild | 2 +-
16 app-emulation/xen/xen-4.15.1-r1.ebuild | 2 +-
17 app-emulation/xen/xen-4.15.1-r2.ebuild | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/app-emulation/xen/xen-4.14.3-r1.ebuild b/app-emulation/xen/xen-4.14.3-r1.ebuild
21 index 06fd167c12e6..0877f968edfe 100644
22 --- a/app-emulation/xen/xen-4.14.3-r1.ebuild
23 +++ b/app-emulation/xen/xen-4.14.3-r1.ebuild
24 @@ -5,7 +5,7 @@ EAPI=7
25
26 PYTHON_COMPAT=( python3_{8..9} )
27
28 -inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
29 +inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs
30
31 MY_PV=${PV/_/-}
32 MY_P=${PN}-${MY_PV}
33
34 diff --git a/app-emulation/xen/xen-4.14.3-r2.ebuild b/app-emulation/xen/xen-4.14.3-r2.ebuild
35 index f38b50e88891..2fa35b5a2ea7 100644
36 --- a/app-emulation/xen/xen-4.14.3-r2.ebuild
37 +++ b/app-emulation/xen/xen-4.14.3-r2.ebuild
38 @@ -5,7 +5,7 @@ EAPI=7
39
40 PYTHON_COMPAT=( python3_{8..9} )
41
42 -inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
43 +inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs
44
45 MY_PV=${PV/_/-}
46 MY_P=${PN}-${MY_PV}
47
48 diff --git a/app-emulation/xen/xen-4.15.1-r1.ebuild b/app-emulation/xen/xen-4.15.1-r1.ebuild
49 index b49ac4f28ca3..dce7af966330 100644
50 --- a/app-emulation/xen/xen-4.15.1-r1.ebuild
51 +++ b/app-emulation/xen/xen-4.15.1-r1.ebuild
52 @@ -5,7 +5,7 @@ EAPI=7
53
54 PYTHON_COMPAT=( python3_{8..9} )
55
56 -inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
57 +inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs
58
59 MY_PV=${PV/_/-}
60 MY_P=${PN}-${MY_PV}
61
62 diff --git a/app-emulation/xen/xen-4.15.1-r2.ebuild b/app-emulation/xen/xen-4.15.1-r2.ebuild
63 index e399512a5723..9170b0ac6fc9 100644
64 --- a/app-emulation/xen/xen-4.15.1-r2.ebuild
65 +++ b/app-emulation/xen/xen-4.15.1-r2.ebuild
66 @@ -5,7 +5,7 @@ EAPI=7
67
68 PYTHON_COMPAT=( python3_{8..9} )
69
70 -inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs
71 +inherit flag-o-matic mount-boot python-any-r1 toolchain-funcs
72
73 MY_PV=${PV/_/-}
74 MY_P=${PN}-${MY_PV}