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 1QdSJY-0003uy-9w for garchives@archives.gentoo.org; Sun, 03 Jul 2011 19:26:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 116FF21C04F; Sun, 3 Jul 2011 19:25:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8F21921C031 for ; Sun, 3 Jul 2011 19:25:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B23A42AC169 for ; Sun, 3 Jul 2011 16:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 185648003D for ; Sun, 3 Jul 2011 16:58:28 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <16bb87f761ab869d52180635c317ed52ca382985.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/slurm/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/slurm/slurm-2.2.7.ebuild X-VCS-Directories: sys-cluster/slurm/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 16bb87f761ab869d52180635c317ed52ca382985 Date: Sun, 3 Jul 2011 16:58: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5d6f9c761c3a13d2cfe60b43b71d44a3 commit: 16bb87f761ab869d52180635c317ed52ca382985 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Jul 3 16:58:03 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Jul 3 16:58:03 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D16bb87f7 Another typo with pam (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- sys-cluster/slurm/slurm-2.2.7.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-cluster/slurm/slurm-2.2.7.ebuild b/sys-cluster/slurm/slu= rm-2.2.7.ebuild index 3410e23..82eac14 100644 --- a/sys-cluster/slurm/slurm-2.2.7.ebuild +++ b/sys-cluster/slurm/slurm-2.2.7.ebuild @@ -34,7 +34,7 @@ src_configure() { --sysconfdir=3D"${EPREFIX}/etc/${PN}" --with-hwloc=3D"${ED}/usr" ) - use pam && myconf+=3D( --with_pam_dir=3D$(getpam_mod_dir) ) + use pam && myconf+=3D( --with-pam_dir=3D$(getpam_mod_dir) ) use mysql && myconf+=3D( --with-mysql_config=3D"${EPREFIX}/usr/bin/mysq= l_config" ) use postgres && myconf+=3D( --with-pg_config=3D"${EPREFIX}/usr/bin/pg_c= onfig" ) econf "${myconf[@]}" \