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 7275A138332 for ; Wed, 11 Apr 2018 07:29:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD288E0BD8; Wed, 11 Apr 2018 07:29:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AE02AE0BD8 for ; Wed, 11 Apr 2018 07:29:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8DB6C335C74 for ; Wed, 11 Apr 2018 07:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EBD1274 for ; Wed, 11 Apr 2018 07:29:45 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1523431700.c5c3aa890b17d739a28587cf4d7fdcb29b3ffda4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.32-r2.ebuild sys-apps/util-linux/util-linux-2.32-r3.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c5c3aa890b17d739a28587cf4d7fdcb29b3ffda4 X-VCS-Branch: master Date: Wed, 11 Apr 2018 07:29:45 +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-Archives-Salt: 2c19e9f3-d6f2-41ca-aff8-b2689b54d088 X-Archives-Hash: 589873b99b299d19b3397043b743ba1f commit: c5c3aa890b17d739a28587cf4d7fdcb29b3ffda4 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Wed Apr 11 01:51:05 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Apr 11 07:28:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c3aa89 sys-apps/util-linux: Install libfdisk.so.1 library in /lib. Closes: https://bugs.gentoo.org/652948 .../util-linux/{util-linux-2.32-r2.ebuild => util-linux-2.32-r3.ebuild} | 2 +- sys-apps/util-linux/util-linux-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.32-r2.ebuild b/sys-apps/util-linux/util-linux-2.32-r3.ebuild similarity index 99% rename from sys-apps/util-linux/util-linux-2.32-r2.ebuild rename to sys-apps/util-linux/util-linux-2.32-r3.ebuild index b616055b934..05cd2776ea6 100644 --- a/sys-apps/util-linux/util-linux-2.32-r2.ebuild +++ b/sys-apps/util-linux/util-linux-2.32-r3.ebuild @@ -193,7 +193,7 @@ multilib_src_install() { if multilib_is_native_abi && use userland_GNU; then # need the libs in / - gen_usr_ldscript -a blkid mount smartcols uuid + gen_usr_ldscript -a blkid fdisk mount smartcols uuid use python && python_optimize fi diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 76ee8160737..e4fc6a2c7ad 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -189,7 +189,7 @@ multilib_src_install() { if multilib_is_native_abi && use userland_GNU; then # need the libs in / - gen_usr_ldscript -a blkid mount smartcols uuid + gen_usr_ldscript -a blkid fdisk mount smartcols uuid use python && python_optimize fi