From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 162B315808B for ; Sun, 20 Feb 2022 22:11:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC41E0896; Sun, 20 Feb 2022 22:11:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08D13E0896 for ; Sun, 20 Feb 2022 22:11:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8090C34328E for ; Sun, 20 Feb 2022 22:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9930E285 for ; Sun, 20 Feb 2022 22:11:12 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1645395038.93c1d8d8efdeacdda8a48a4e2305982de23b01e7.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/wily/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/wily/wily-1.0-r2.ebuild X-VCS-Directories: app-editors/wily/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 93c1d8d8efdeacdda8a48a4e2305982de23b01e7 X-VCS-Branch: master Date: Sun, 20 Feb 2022 22:11:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c2e7b6e1-a227-4075-b71f-f1a1245e3f97 X-Archives-Hash: 48f736d1f470dcefa5eda0c4dda298e8 commit: 93c1d8d8efdeacdda8a48a4e2305982de23b01e7 Author: Jonas Stein gentoo org> AuthorDate: Sun Feb 20 22:10:38 2022 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sun Feb 20 22:10:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c1d8d8 app-editors/wily: drop unused eclass: multilib drop unused eclass: multilib Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jonas Stein gentoo.org> app-editors/wily/wily-1.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/wily/wily-1.0-r2.ebuild b/app-editors/wily/wily-1.0-r2.ebuild index 6ab975827e2e..b2ee14fbcb16 100644 --- a/app-editors/wily/wily-1.0-r2.ebuild +++ b/app-editors/wily/wily-1.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit multilib toolchain-funcs +inherit toolchain-funcs MY_P="${P/1.0/9libs}"