From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZ4ec-0004Tc-5y for garchives@archives.gentoo.org; Mon, 28 May 2012 18:26:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A750E0748; Mon, 28 May 2012 18:26:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DD901E0748 for ; Mon, 28 May 2012 18:26:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21B061B4023 for ; Mon, 28 May 2012 18:26:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DF049E5428 for ; Mon, 28 May 2012 18:26:44 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1338229552.b65dae078790631c3637ca593ac6fa822a6be6d6.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: ChangeLog gen_funcs.sh X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: b65dae078790631c3637ca593ac6fa822a6be6d6 X-VCS-Branch: master Date: Mon, 28 May 2012 18:26:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 025c7a18-e992-45c9-afe8-8a5d5a4cb21e X-Archives-Hash: 84cce49ab22ba6df08e5eaef2fc6ac6f commit: b65dae078790631c3637ca593ac6fa822a6be6d6 Author: Sebastian Pipping pipping org> AuthorDate: Mon May 28 18:25:52 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon May 28 18:25:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Db65dae07 Fix an e2fsprogs compilation leftover (bug #417095) --- ChangeLog | 3 +++ gen_funcs.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c26f21..44edb00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ # Distributed under the GPL v2 # $Id$ =20 + 28 May 2012; Sebastian Pipping gen_funcs.sh: + Fix an e2fsprogs compilation leftover (bug #417095), reported by Juerg= en Rose + 17 May 2012; Sebastian Pipping genkernel: Bump to 3.4.33.1 =20 diff --git a/gen_funcs.sh b/gen_funcs.sh index f199014..48a3382 100755 --- a/gen_funcs.sh +++ b/gen_funcs.sh @@ -495,7 +495,7 @@ set_config_with_override() { } =20 check_distfiles() { - for i in $BUSYBOX_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $= E2FSPROGS_SRCTAR $ISCSI_SRCTAR $GPG_SRCTAR + for i in $BUSYBOX_SRCTAR $MULTIPATH_SRCTAR $LVM_SRCTAR $DMRAID_SRCTAR $= ISCSI_SRCTAR $GPG_SRCTAR do if [ ! -f "${i}" ] then