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 <gentoo-commits+bounces-359615-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QdSJ7-0003oI-Lk
	for garchives@archives.gentoo.org; Sun, 03 Jul 2011 19:26:22 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BF70821C028;
	Sun,  3 Jul 2011 19:25:05 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 7925621C02B
	for <gentoo-commits@lists.gentoo.org>; Sun,  3 Jul 2011 19:25:05 +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 2CA0D2AC163
	for <gentoo-commits@lists.gentoo.org>; Sun,  3 Jul 2011 16:56:32 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id 5F93D8003D
	for <gentoo-commits@lists.gentoo.org>; Sun,  3 Jul 2011 16:56:31 +0000 (UTC)
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org>
Message-ID: <f064ec8f044b31cbbc2ab2896585d85038be2e00.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: f064ec8f044b31cbbc2ab2896585d85038be2e00
Date: Sun,  3 Jul 2011 16:56:31 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: ad25630e35d0ff9092552cabe41ebb3a

commit:     f064ec8f044b31cbbc2ab2896585d85038be2e00
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 16:56:06 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 16:56:06 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc=
ommit;h=3Df064ec8f

Fix typo =3DD

(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 f5f29ee..3410e23 100644
--- a/sys-cluster/slurm/slurm-2.2.7.ebuild
+++ b/sys-cluster/slurm/slurm-2.2.7.ebuild
@@ -29,7 +29,7 @@ pkg_setup() {
 	enewuser slurm -1 -1 /var/spool/slurm slurm
 }
=20
-pkg_config() {
+src_configure() {
 	local myconf=3D(
 			--sysconfdir=3D"${EPREFIX}/etc/${PN}"
 			--with-hwloc=3D"${ED}/usr"