From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4885013877A for ; Tue, 5 Aug 2014 14:27:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BFA9E0831; Tue, 5 Aug 2014 14:27:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2BE9E0831 for ; Tue, 5 Aug 2014 14:27:45 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3A0734004D for ; Tue, 5 Aug 2014 14:27:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2288) id 7068C2004E; Tue, 5 Aug 2014 14:27:40 +0000 (UTC) From: "Christoph Junghans (ottxor)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ottxor@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.24.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: util-linux-2.24.2.ebuild ChangeLog X-VCS-Directories: sys-apps/util-linux X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140805142741.7068C2004E@flycatcher.gentoo.org> Date: Tue, 5 Aug 2014 14:27:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7f9a0ff7-9731-4ee9-82c6-4231a2f0edb6 X-Archives-Hash: f3000f0203ede6a6041fba5b2da3fa5e ottxor 14/08/05 14:27:40 Modified: util-linux-2.24.2.ebuild ChangeLog Log: added prefix support (bug #518898) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586) Revision Changes Path 1.6 sys-apps/util-linux/util-linux-2.24.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild?r1=1.5&r2=1.6 Index: util-linux-2.24.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- util-linux-2.24.2.ebuild 31 Jul 2014 20:56:53 -0000 1.5 +++ util-linux-2.24.2.ebuild 5 Aug 2014 14:27:40 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v 1.5 2014/07/31 20:56:53 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.2.ebuild,v 1.6 2014/08/05 14:27:40 ottxor Exp $ EAPI="4" @@ -88,10 +88,14 @@ multilib_src_configure() { lfs_fallocate_test export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486 + # We manually set --libdir to the default since on prefix, econf will set it to + # a value which the configure script does not recognize. This makes it set the + # usrlib_execdir to a bad value. bug #518898#c2, fixed upstream for >2.25 ECONF_SOURCE=${S} \ econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin \ + --enable-fs-paths-extra="${EPREFIX}/usr/sbin:${EPREFIX}/bin:${EPREFIX}/usr/bin" \ + --libdir='${prefix}/'"$(get_libdir)" \ $(multilib_native_use_enable nls) \ --enable-agetty \ --with-bashcompletiondir="$(get_bashcompdir)" \ 1.480 sys-apps/util-linux/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.480&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.480&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.479&r2=1.480 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v retrieving revision 1.479 retrieving revision 1.480 diff -u -r1.479 -r1.480 --- ChangeLog 1 Aug 2014 10:22:46 -0000 1.479 +++ ChangeLog 5 Aug 2014 14:27:40 -0000 1.480 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/util-linux # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.479 2014/08/01 10:22:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.480 2014/08/05 14:27:40 ottxor Exp $ + + 05 Aug 2014; Christoph Junghans util-linux-2.24.2.ebuild: + added prefix support (bug #518898) 01 Aug 2014; Mike Frysinger util-linux-2.24.1-r3.ebuild: Mark arm64/hppa/m68k/s390/sh stable.