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 3E102138334 for ; Mon, 22 Jul 2019 14:53:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7FFBE083D; Mon, 22 Jul 2019 14:53:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A79CFE083D for ; Mon, 22 Jul 2019 14:53:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A582E3488D8 for ; Mon, 22 Jul 2019 14:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40E2C72F for ; Mon, 22 Jul 2019 14:53:25 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1563807184.003b5ed0484539f1ca61981db479ae22d97456b2.blueness@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-fs/lvm2/ X-VCS-Repository: proj/musl X-VCS-Files: sys-fs/lvm2/lvm2-2.02.183.ebuild sys-fs/lvm2/lvm2-2.02.184-r1.ebuild sys-fs/lvm2/lvm2-2.02.184.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 003b5ed0484539f1ca61981db479ae22d97456b2 X-VCS-Branch: master Date: Mon, 22 Jul 2019 14:53:25 +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: 18b865bc-05e9-4b0c-a7ef-91ffd75feb04 X-Archives-Hash: bf4f1628983401f4f41bc4c0737a81eb commit: 003b5ed0484539f1ca61981db479ae22d97456b2 Author: stefson yahoo de> AuthorDate: Mon Jul 22 13:09:43 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jul 22 14:53:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=003b5ed0 sys-fs/lvm2: add split-usr eclass from the main tree Signed-off-by: Steffen Kuhn yandex.com> Signed-off-by: Anthony G. Basile gentoo.org> sys-fs/lvm2/lvm2-2.02.183.ebuild | 2 +- sys-fs/lvm2/lvm2-2.02.184-r1.ebuild | 2 +- sys-fs/lvm2/lvm2-2.02.184.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.183.ebuild b/sys-fs/lvm2/lvm2-2.02.183.ebuild index b3a7fb5..96ca623 100644 --- a/sys-fs/lvm2/lvm2-2.02.183.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.183.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic +inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic usr-ldscript DESCRIPTION="User-land utilities for LVM2 (device-mapper) software" HOMEPAGE="https://sourceware.org/lvm2/" diff --git a/sys-fs/lvm2/lvm2-2.02.184-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.184-r1.ebuild index 1da43dc..4bb75ce 100644 --- a/sys-fs/lvm2/lvm2-2.02.184-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.184-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic +inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic usr-ldscript DESCRIPTION="User-land utilities for LVM2 (device-mapper) software" HOMEPAGE="https://sourceware.org/lvm2/" diff --git a/sys-fs/lvm2/lvm2-2.02.184.ebuild b/sys-fs/lvm2/lvm2-2.02.184.ebuild index 87f9ac2..cbe25b9 100644 --- a/sys-fs/lvm2/lvm2-2.02.184.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.184.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic +inherit autotools linux-info multilib systemd toolchain-funcs udev flag-o-matic usr-ldscript DESCRIPTION="User-land utilities for LVM2 (device-mapper) software" HOMEPAGE="https://sourceware.org/lvm2/"