From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7314659CB4 for ; Tue, 19 Apr 2016 22:39:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE6BD21C01F; Tue, 19 Apr 2016 22:39:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D8A221C01F for ; Tue, 19 Apr 2016 22:39:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DD19340B7F for ; Tue, 19 Apr 2016 22:39:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BBB515F for ; Tue, 19 Apr 2016 22:39:28 +0000 (UTC) From: "Mike Frysinger" 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 Frysinger" Message-ID: <1461105562.f503f77079c568cd9628571cf69b418a51967e49.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partimage/, sys-block/partimage/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/partimage/files/partimage-0.6.9-minor-typo.patch sys-block/partimage/partimage-0.6.9.ebuild X-VCS-Directories: sys-block/partimage/files/ sys-block/partimage/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: f503f77079c568cd9628571cf69b418a51967e49 X-VCS-Branch: master Date: Tue, 19 Apr 2016 22:39:28 +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: dfa0caf9-a020-4133-99ce-9d1e4274ea81 X-Archives-Hash: 657b3c4430f4a8607674c22835c04138 commit: f503f77079c568cd9628571cf69b418a51967e49 Author: Mike Frysinger gentoo org> AuthorDate: Tue Apr 19 22:38:51 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Apr 19 22:39:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f503f770 sys-block/partimage: fix build w/newer glibc #580290 sys-block/partimage/files/partimage-0.6.9-minor-typo.patch | 13 +++++++++++++ sys-block/partimage/partimage-0.6.9.ebuild | 1 + 2 files changed, 14 insertions(+) diff --git a/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch b/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch new file mode 100644 index 0000000..8e0e00e --- /dev/null +++ b/sys-block/partimage/files/partimage-0.6.9-minor-typo.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/580290 + +--- a/src/client/misc.h ++++ b/src/client/misc.h +@@ -36,7 +36,7 @@ struct COptions; + #endif + + #ifndef makedev +- #define makedev(maj,min) (((maj) << 8) | min)) ++ #define makedev(maj,min) (((maj) << 8) | (min)) + #endif + + // ======================================================= diff --git a/sys-block/partimage/partimage-0.6.9.ebuild b/sys-block/partimage/partimage-0.6.9.ebuild index 56ba109..10f9545 100644 --- a/sys-block/partimage/partimage-0.6.9.ebuild +++ b/sys-block/partimage/partimage-0.6.9.ebuild @@ -33,6 +33,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}"/${P}-zlib-1.2.5.2.patch #405323 + epatch "${FILESDIR}"/${P}-minor-typo.patch #580290 } src_configure() {