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 1RvndL-00049z-TY for garchives@archives.gentoo.org; Fri, 10 Feb 2012 10:23:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D788E06BF; Fri, 10 Feb 2012 10:23:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EE1F2E06BF for ; Fri, 10 Feb 2012 10:23:07 +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 198321B400B for ; Fri, 10 Feb 2012 10:23:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CD39CE53FF for ; Fri, 10 Feb 2012 10:23:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <0debda96a43017834d77f217aa3f8fc4b760d015.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd/ X-VCS-Repository: dev/mgorny X-VCS-Files: sys-apps/systemd/systemd-9999.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0debda96a43017834d77f217aa3f8fc4b760d015 Date: Fri, 10 Feb 2012 10:23:04 +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: fab62d4c-e162-4f5d-9950-2423830e54e2 X-Archives-Hash: 78e7251d7d718b9dc60b6a90acf4f283 commit: 0debda96a43017834d77f217aa3f8fc4b760d015 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Feb 10 10:24:54 2012 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Feb 10 10:24:54 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D0debda96 sys-apps/systemd: Refuse building modern git as it breaks systems. (Portage version: 2.2.0_alpha85_p34/git/Linux x86_64, unsigned Manifest c= ommit) --- sys-apps/systemd/systemd-9999.ebuild | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/syst= emd-9999.ebuild index 84a12c1..fc291ae 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -78,6 +78,9 @@ pkg_setup() { } =20 src_prepare() { + grep 'HAVE_SPLIT_USR' configure.ac \ + && die 'This version is known to break your system, refusing to build.= ' + # Force the rebuild of .vala sources touch src/*.vala || die =20