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 76EFD138A2F for ; Sun, 17 Aug 2014 23:32:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F50DE0AC9; Sun, 17 Aug 2014 23:32:49 +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 B6ECDE0AC9 for ; Sun, 17 Aug 2014 23:32:48 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEB0A340084 for ; Sun, 17 Aug 2014 23:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BC67718816 for ; Sun, 17 Aug 2014 23:32:46 +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: <1408318492.fc0532b9f3e22c25634f420ab15162e5a8db1941.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-fs/fuse/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-fs/fuse/fuse-2.9.3-r99.ebuild X-VCS-Directories: sys-fs/fuse/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fc0532b9f3e22c25634f420ab15162e5a8db1941 X-VCS-Branch: musl Date: Sun, 17 Aug 2014 23:32:46 +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: 1b6b53de-9931-49f5-b2d7-b6763b4d22ab X-Archives-Hash: 2c72dc263fcd155442f38e0b65f10058 commit: fc0532b9f3e22c25634f420ab15162e5a8db1941 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Aug 17 23:34:52 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Aug 17 23:34:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=fc0532b9 sys-fs/fuse: use get_udevdir intead of udev_get_udevdir Package-Manager: portage-2.2.8-r1 Manifest-Sign-Key: 0xF52D4BBA --- sys-fs/fuse/fuse-2.9.3-r99.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/fuse/fuse-2.9.3-r99.ebuild b/sys-fs/fuse/fuse-2.9.3-r99.ebuild index 7ef9276..9255953 100644 --- a/sys-fs/fuse/fuse-2.9.3-r99.ebuild +++ b/sys-fs/fuse/fuse-2.9.3-r99.ebuild @@ -43,7 +43,7 @@ src_configure() { econf \ INIT_D_PATH="${EPREFIX}/etc/init.d" \ MOUNT_FUSE_PATH="${EPREFIX}/sbin" \ - UDEV_RULES_PATH="${EPREFIX}/$(udev_get_udevdir)/rules.d" \ + UDEV_RULES_PATH="${EPREFIX}/$(get_udevdir)/rules.d" \ $(use_enable static-libs static) \ --disable-example } 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 7E67A13877A for ; Tue, 19 Aug 2014 13:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F297E0913; Tue, 19 Aug 2014 13:59:20 +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 4B801E0913 for ; Tue, 19 Aug 2014 13:59:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 752D833F7EE for ; Tue, 19 Aug 2014 13:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7282438FC for ; Tue, 19 Aug 2014 13:59:16 +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: <1408318492.fc0532b9f3e22c25634f420ab15162e5a8db1941.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: sys-fs/fuse/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-fs/fuse/fuse-2.9.3-r99.ebuild X-VCS-Directories: sys-fs/fuse/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fc0532b9f3e22c25634f420ab15162e5a8db1941 X-VCS-Branch: musl Date: Tue, 19 Aug 2014 13:59:16 +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: 1c9ee011-f93c-450c-b621-329e36e083d6 X-Archives-Hash: b0cae2c5db533b783d73268aedb1706c Message-ID: <20140819135916.nC00-388t3snn6ek99EmQPQe7zpSyocCy2JoBR6okik@z> commit: fc0532b9f3e22c25634f420ab15162e5a8db1941 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Aug 17 23:34:52 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Aug 17 23:34:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=fc0532b9 sys-fs/fuse: use get_udevdir intead of udev_get_udevdir Package-Manager: portage-2.2.8-r1 Manifest-Sign-Key: 0xF52D4BBA --- sys-fs/fuse/fuse-2.9.3-r99.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/fuse/fuse-2.9.3-r99.ebuild b/sys-fs/fuse/fuse-2.9.3-r99.ebuild index 7ef9276..9255953 100644 --- a/sys-fs/fuse/fuse-2.9.3-r99.ebuild +++ b/sys-fs/fuse/fuse-2.9.3-r99.ebuild @@ -43,7 +43,7 @@ src_configure() { econf \ INIT_D_PATH="${EPREFIX}/etc/init.d" \ MOUNT_FUSE_PATH="${EPREFIX}/sbin" \ - UDEV_RULES_PATH="${EPREFIX}/$(udev_get_udevdir)/rules.d" \ + UDEV_RULES_PATH="${EPREFIX}/$(get_udevdir)/rules.d" \ $(use_enable static-libs static) \ --disable-example }