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 78F40138334 for ; Fri, 3 Jan 2020 15:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A27C5E0A9F; Fri, 3 Jan 2020 15:14:53 +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 89A78E0A9F for ; Fri, 3 Jan 2020 15:14:53 +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 8DE8634DE66 for ; Fri, 3 Jan 2020 15:14:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC94C3E for ; Fri, 3 Jan 2020 15:14:50 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1578064485.4bab6569878f89180d50a40524a675712b0cec2a.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/files/, sys-block/parted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/parted/files/parted-3.3-atari.patch sys-block/parted/parted-3.3-r1.ebuild sys-block/parted/parted-3.3-r2.ebuild X-VCS-Directories: sys-block/parted/ sys-block/parted/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4bab6569878f89180d50a40524a675712b0cec2a X-VCS-Branch: master Date: Fri, 3 Jan 2020 15:14: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: 3caaf6dd-d564-4ec2-8555-b5cd8593fd95 X-Archives-Hash: 650bd8a5c7f3daacc24b3849b10c4c57 commit: 4bab6569878f89180d50a40524a675712b0cec2a Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jan 3 15:13:06 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jan 3 15:14:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bab6569 sys-block/parted: Reintroduce PED_ASSERT with correct assertion Package-Manager: Portage-2.3.84, Repoman-2.3.20 Bug: https://bugs.gentoo.org/704704 Fixes: 1af57544e419afdbc54cb6dc76e053593e4bb088 Signed-off-by: Jeroen Roovers gentoo.org> sys-block/parted/files/parted-3.3-atari.patch | 2 +- sys-block/parted/{parted-3.3-r1.ebuild => parted-3.3-r2.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/parted/files/parted-3.3-atari.patch b/sys-block/parted/files/parted-3.3-atari.patch index 41771d02d4e..af9c488d48d 100644 --- a/sys-block/parted/files/parted-3.3-atari.patch +++ b/sys-block/parted/files/parted-3.3-atari.patch @@ -5,7 +5,7 @@ PED_ASSERT (sizeof (AtariRawTable) == 512); /* GNU Libc doesn't support NULL instead of the locale name */ - PED_ASSERT ((atr_c_locale = newlocale(LC_ALL_MASK, "C", NULL)) != NULL); -+ atr_c_locale = newlocale(LC_ALL_MASK, "C", NULL); ++ PED_ASSERT ((atr_c_locale = newlocale(LC_ALL_MASK, "C", (locale_t) 0)) != (locale_t) 0); ped_disk_type_register (&atari_disk_type); } diff --git a/sys-block/parted/parted-3.3-r1.ebuild b/sys-block/parted/parted-3.3-r2.ebuild similarity index 100% rename from sys-block/parted/parted-3.3-r1.ebuild rename to sys-block/parted/parted-3.3-r2.ebuild