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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEBE5158093 for ; Sun, 19 Sep 2021 21:37:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5521FE09E4; Sun, 19 Sep 2021 21:37:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38C0AE09E4 for ; Sun, 19 Sep 2021 21:37:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57BCC34349E for ; Sun, 19 Sep 2021 21:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEBA1ED for ; Sun, 19 Sep 2021 21:37:50 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1632087443.04a50e4a47279a8d7af6cf50665820a21fbc9116.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.02.188-r2.ebuild sys-fs/lvm2/lvm2-2.03.13-r2.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 04a50e4a47279a8d7af6cf50665820a21fbc9116 X-VCS-Branch: master Date: Sun, 19 Sep 2021 21:37:50 +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: 6f4409cc-c0f3-4c22-9b42-c49b7f5ca2f4 X-Archives-Hash: 7cc7974078e1ed8a5b589b1fb041ae49 commit: 04a50e4a47279a8d7af6cf50665820a21fbc9116 Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 19 21:37:23 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 19 21:37:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a50e4a sys-fs/lvm2: drop multilib eclass Signed-off-by: Mike Gilbert gentoo.org> sys-fs/lvm2/lvm2-2.02.188-r2.ebuild | 2 +- sys-fs/lvm2/lvm2-2.03.13-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild b/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild index 2ed5a5019a9..dcba617a604 100644 --- a/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 TMPFILES_OPTIONAL=1 -inherit autotools linux-info multilib systemd toolchain-funcs tmpfiles udev flag-o-matic +inherit autotools linux-info systemd toolchain-funcs tmpfiles udev flag-o-matic DESCRIPTION="User-land utilities for LVM2 (device-mapper) software" HOMEPAGE="https://sourceware.org/lvm2/" diff --git a/sys-fs/lvm2/lvm2-2.03.13-r2.ebuild b/sys-fs/lvm2/lvm2-2.03.13-r2.ebuild index 416cccb8fd2..f23621e8619 100644 --- a/sys-fs/lvm2/lvm2-2.03.13-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.13-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 TMPFILES_OPTIONAL=1 -inherit autotools linux-info multilib systemd toolchain-funcs tmpfiles udev flag-o-matic +inherit autotools linux-info systemd toolchain-funcs tmpfiles udev flag-o-matic DESCRIPTION="User-land utilities for LVM2 (device-mapper) software" HOMEPAGE="https://sourceware.org/lvm2/"