From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 901171382E6 for ; Tue, 5 Jul 2016 00:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7E7FE0B2F; Tue, 5 Jul 2016 00:37:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42DBDE0B2F for ; Tue, 5 Jul 2016 00:37:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C913A340CC3 for ; Tue, 5 Jul 2016 00:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D8192433 for ; Tue, 5 Jul 2016 00:37:51 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1467679262.5e9d5a6b8f0edcd1614480f3d4de3019b179d323.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/eudev/eudev-4.9999.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 5e9d5a6b8f0edcd1614480f3d4de3019b179d323 X-VCS-Branch: master Date: Tue, 5 Jul 2016 00:37:51 +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: fa497b42-3ebb-4385-8b72-85942e54fe3b X-Archives-Hash: 1c5c62048a1ca9449d59bf7ace390ba9 commit: 5e9d5a6b8f0edcd1614480f3d4de3019b179d323 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Jul 5 00:40:42 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Jul 5 00:41:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9d5a6b sys-fs/eudev: update configure --prefix Package-Manager: portage-2.2.28 sys-fs/eudev/eudev-4.9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild index fc9ab64..57d3d76 100644 --- a/sys-fs/eudev/eudev-4.9999.ebuild +++ b/sys-fs/eudev/eudev-4.9999.ebuild @@ -89,7 +89,7 @@ pkg_setup() { src_prepare() { # change rules back to group uucp instead of dialout for now sed -e 's/GROUP="dialout"/GROUP="uucp"/' -i rules/*.rules \ - || die "failed to change group dialout to uucp" + || die "failed to change group dialout to uucp" epatch_user eautoreconf @@ -107,10 +107,11 @@ multilib_src_configure() { ac_cv_header_sys_capability_h=yes DBUS_CFLAGS=' ' DBUS_LIBS=' ' + --prefix=/ --libdir=/usr/$(get_libdir) + --includedir=/usr/include --enable-manpages --disable-hwdb - --exec-prefix=/ ) # Only build libudev for non-native_abi, and only install it to libdir,