summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-05-30 11:20:45 +0000
committerMichał Górny <mgorny@gentoo.org>2013-05-30 11:20:45 +0000
commit6db7dde3357b6f41f311602fee6139a7e2770c73 (patch)
tree1ef91d7af1b8e303a983ad7fa5002f1ed4af4d68 /profiles/prefix
parentsci-chemistry/xdsgui: Block QA Warning as package is prebuilt, add missing deo (diff)
downloadgentoo-2-6db7dde3357b6f41f311602fee6139a7e2770c73.tar.gz
gentoo-2-6db7dde3357b6f41f311602fee6139a7e2770c73.tar.bz2
gentoo-2-6db7dde3357b6f41f311602fee6139a7e2770c73.zip
Drop stale ALSA_PCM_PLUGINS from USE_EXPAND. Bug #471792.
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/ChangeLog5
-rw-r--r--profiles/prefix/darwin/make.defaults6
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index 0090c8518986..7218afc461c0 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.387 2013/05/16 19:31:05 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.388 2013/05/30 11:20:45 mgorny Exp $
+
+ 30 May 2013; Michał Górny <mgorny@gentoo.org> darwin/make.defaults:
+ Drop stale ALSA_PCM_PLUGINS from USE_EXPAND. Bug #471792.
16 May 2013; Ulrich Müller <ulm@gentoo.org>
darwin/macos/10.5/ppc/package.use.mask, darwin/package.use.mask:
diff --git a/profiles/prefix/darwin/make.defaults b/profiles/prefix/darwin/make.defaults
index a9e95ce158de..78ef3b26e83f 100644
--- a/profiles/prefix/darwin/make.defaults
+++ b/profiles/prefix/darwin/make.defaults
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/make.defaults,v 1.3 2010/07/26 20:55:21 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/make.defaults,v 1.4 2013/05/30 11:20:45 mgorny Exp $
# System-wide defaults for all Darwin profiles
# This file should rarely need to be changed
@@ -13,7 +13,7 @@ KERNEL="Darwin"
FEATURES="nostrip"
# ALSA + Darwin != working
-USE_EXPAND="-ALSA_CARDS -ALSA_PCM_PLUGINS"
+USE_EXPAND="-ALSA_CARDS"
# This is the sort of equivalent of --as-needed
LDFLAGS="-Wl,-dead_strip_dylibs"