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 0B6A7138334 for ; Sat, 1 Dec 2018 22:16:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F33A6E089F; Sat, 1 Dec 2018 22:16:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3ABCE089F for ; Sat, 1 Dec 2018 22:16:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3769335C5D for ; Sat, 1 Dec 2018 22:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E39D42F for ; Sat, 1 Dec 2018 22:16:30 +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: <1543702569.f613b4875616985b72d6e8d45f3a3e5c10d02c2e.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-3.2.7-r1.ebuild sys-fs/eudev/eudev-3.2.7.ebuild sys-fs/eudev/eudev-9999.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f613b4875616985b72d6e8d45f3a3e5c10d02c2e X-VCS-Branch: master Date: Sat, 1 Dec 2018 22:16:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5eca365e-c766-488e-bfbc-6e66c143efcb X-Archives-Hash: 0864d9f9d6b0c9cd7367c28989000746 commit: f613b4875616985b72d6e8d45f3a3e5c10d02c2e Author: Anthony G. Basile gentoo org> AuthorDate: Sat Dec 1 22:16:09 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Dec 1 22:16:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f613b487 sys-fs/eudev: fix bug #666892, comment #10 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-fs/eudev/{eudev-3.2.7.ebuild => eudev-3.2.7-r1.ebuild} | 4 +++- sys-fs/eudev/eudev-9999.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sys-fs/eudev/eudev-3.2.7.ebuild b/sys-fs/eudev/eudev-3.2.7-r1.ebuild similarity index 99% rename from sys-fs/eudev/eudev-3.2.7.ebuild rename to sys-fs/eudev/eudev-3.2.7-r1.ebuild index 80465b29893..63a4096b3f0 100644 --- a/sys-fs/eudev/eudev-3.2.7.ebuild +++ b/sys-fs/eudev/eudev-3.2.7-r1.ebuild @@ -102,12 +102,14 @@ multilib_src_configure() { DBUS_LIBS=' ' --with-rootprefix= --with-rootrundir=/run + --exec-prefix="${EPREFIX}" + --bindir="${EPREFIX}"/bin + --includedir="${EPREFIX}"/usr/include --libdir="${EPREFIX}"/usr/$(get_libdir) --with-rootlibexecdir="${EPREFIX}"/lib/udev --enable-split-usr --enable-manpages --disable-hwdb - --exec-prefix="${EPREFIX}" ) # Only build libudev for non-native_abi, and only install it to libdir, diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 9cd4b44b46c..63a4096b3f0 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -102,12 +102,14 @@ multilib_src_configure() { DBUS_LIBS=' ' --with-rootprefix= --with-rootrundir=/run + --exec-prefix="${EPREFIX}" + --bindir="${EPREFIX}"/bin + --includedir="${EPREFIX}"/usr/include --libdir="${EPREFIX}"/usr/$(get_libdir) --with-rootlibexecdir="${EPREFIX}"/lib/udev --enable-split-usr --enable-manpages --disable-hwdb - --exec-prefix="${EPREFIX}" ) # Only build libudev for non-native_abi, and only install it to libdir,