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 989C8139082 for ; Tue, 3 Jan 2017 11:59:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8C9321C039; Tue, 3 Jan 2017 11:59:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 935EB21C039 for ; Tue, 3 Jan 2017 11:59:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 92645341130 for ; Tue, 3 Jan 2017 11:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0882224C4 for ; Tue, 3 Jan 2017 11:59:48 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1483444774.6cb156b3224c9c3959ec000613bdd909e6e0729e.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/alsa-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/alsa-utils/alsa-utils-1.1.3.ebuild X-VCS-Directories: media-sound/alsa-utils/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 6cb156b3224c9c3959ec000613bdd909e6e0729e X-VCS-Branch: master Date: Tue, 3 Jan 2017 11:59:48 +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: 3d7d34a4-368f-45d1-8535-fcecc9fd0475 X-Archives-Hash: f283db68391ee9aa4d701d18c32f0ea7 commit: 6cb156b3224c9c3959ec000613bdd909e6e0729e Author: Fabian Groffen gentoo org> AuthorDate: Tue Jan 3 11:59:34 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue Jan 3 11:59:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb156b3 media-sound/alsa-utils: fix out of Prefix errors by Matthias Gerstner, bug #603926 Package-Manager: portage-2.3.0 media-sound/alsa-utils/alsa-utils-1.1.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild b/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild index 9bd9df9..8c7e18b 100644 --- a/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild +++ b/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -37,7 +37,8 @@ src_configure() { $(use_enable ncurses alsamixer) \ --disable-alsaconf \ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \ - --with-udev-rules-dir="$(get_udevdir)"/rules.d \ + --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d \ + --with-asound-state-dir="${EPREFIX}"/var/lib/alsa \ ${myconf} }