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-dev+bounces-45591-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QGWMA-0006EN-VX for garchives@archives.gentoo.org; Sun, 01 May 2011 13:06:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB711C046; Sun, 1 May 2011 13:06:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B372B1C04D; Sun, 1 May 2011 13:05:36 +0000 (UTC) Received: from [192.168.1.4] (ppp85-141-163-114.pppoe.mtu-net.ru [85.141.163.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pva) by smtp.gentoo.org (Postfix) with ESMTPSA id DB7AB1B405C; Sun, 1 May 2011 13:05:34 +0000 (UTC) Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-libs/libmnl: libmnl-1.0.1.ebuild ChangeLog From: Peter Volkov <pva@gentoo.org> To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Cc: gentoo-commits@lists.gentoo.org In-Reply-To: <20110501122559.CE4AF20054@flycatcher.gentoo.org> References: <20110501122559.CE4AF20054@flycatcher.gentoo.org> Content-Type: text/plain; charset="UTF-8" Date: Sun, 01 May 2011 17:04:18 +0400 Message-ID: <1304255058.27786.106.camel@tablet> Precedence: bulk List-Post: <mailto:gentoo-dev@lists.gentoo.org> List-Help: <mailto:gentoo-dev+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org> X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 8c36be9645448e2d81d81f2e83e20dd4 =D0=92 =D0=92=D1=81=D0=BA, 01/05/2011 =D0=B2 12:25 +0000, Fabian Groffen = (grobian) =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > grobian 11/05/01 12:25:59 > Fix econf call for Prefix: don't mix Prefix compatible and incompatib= le code > src_configure() { > econf \ > - --libdir=3D/$(get_libdir) > + --libdir=3D"${EPREFIX}"/$(get_libdir) > } Could you clarify this bit, please? Should we use ED, EPREFIX, ... in EAPI>=3D3 or we just ignore it and write ebuilds as always until prefix team ports them and adds keywords? --=20 Peter.