Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/alsa-utils/
Date: Tue, 03 Jan 2017 11:59:51
Message-Id: 1483444774.6cb156b3224c9c3959ec000613bdd909e6e0729e.grobian@gentoo
1 commit: 6cb156b3224c9c3959ec000613bdd909e6e0729e
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 11:59:34 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 11:59:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb156b3
7
8 media-sound/alsa-utils: fix out of Prefix errors by Matthias Gerstner, bug #603926
9
10 Package-Manager: portage-2.3.0
11
12 media-sound/alsa-utils/alsa-utils-1.1.3.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild b/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild
16 index 9bd9df9..8c7e18b 100644
17 --- a/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild
18 +++ b/media-sound/alsa-utils/alsa-utils-1.1.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -37,7 +37,8 @@ src_configure() {
26 $(use_enable ncurses alsamixer) \
27 --disable-alsaconf \
28 --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
29 - --with-udev-rules-dir="$(get_udevdir)"/rules.d \
30 + --with-udev-rules-dir="${EPREFIX}/$(get_udevdir)"/rules.d \
31 + --with-asound-state-dir="${EPREFIX}"/var/lib/alsa \
32 ${myconf}
33 }