Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/
Date: Sun, 20 Feb 2022 22:11:17
Message-Id: 1645395038.93c1d8d8efdeacdda8a48a4e2305982de23b01e7.jstein@gentoo
1 commit: 93c1d8d8efdeacdda8a48a4e2305982de23b01e7
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 22:10:38 2022 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 22:10:38 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c1d8d8
7
8 app-editors/wily: drop unused eclass: multilib
9
10 drop unused eclass: multilib
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
14
15 app-editors/wily/wily-1.0-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild
19 index 6ab975827e2e..b2ee14fbcb16 100644
20 --- a/app-editors/wily/wily-1.0-r2.ebuild
21 +++ b/app-editors/wily/wily-1.0-r2.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -inherit multilib toolchain-funcs
29 +inherit toolchain-funcs
30
31 MY_P="${P/1.0/9libs}"