summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-04-29 12:47:16 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-04-29 12:47:16 +0000
commit2c49fd8944978eb7192d6024b9f8a52ef67aa7d2 (patch)
treeaa2628786137db3cb8236909566918e3b0a72344 /profiles/embedded
parentAdd USE flag crypt which enables optional support for secure password storage... (diff)
downloadgentoo-2-2c49fd8944978eb7192d6024b9f8a52ef67aa7d2.tar.gz
gentoo-2-2c49fd8944978eb7192d6024b9f8a52ef67aa7d2.tar.bz2
gentoo-2-2c49fd8944978eb7192d6024b9f8a52ef67aa7d2.zip
Add musl to USE_EXPAND_VALUES_ELIBC, bug #509036
Diffstat (limited to 'profiles/embedded')
-rw-r--r--profiles/embedded/ChangeLog5
-rw-r--r--profiles/embedded/make.defaults2
2 files changed, 5 insertions, 2 deletions
diff --git a/profiles/embedded/ChangeLog b/profiles/embedded/ChangeLog
index ddbe04dc70c4..e1d530364973 100644
--- a/profiles/embedded/ChangeLog
+++ b/profiles/embedded/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo base-profile
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.39 2014/04/09 07:10:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.40 2014/04/29 12:47:16 blueness Exp $
+
+ 29 Apr 2014; Anthony G. Basile <blueness@gentoo.org> make.defaults:
+ Add musl to USE_EXPAND_VALUES_ELIBC, bug #509036
09 Apr 2014; Michał Górny <mgorny@gentoo.org> make.defaults:
Fix mailing list address.
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index c60845dc5052..ec875ba19bcf 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -21,7 +21,7 @@ IUSE_IMPLICIT="prefix"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux hppa hppa-hpux ia64 ia64-hpux ia64-linux m68k m68k-mint mips ppc ppc64 ppc64-linux ppc-aix ppc-macos ppc-openbsd s390 sh sparc sparc64-freebsd sparc64-solaris sparc-fbsd sparc-solaris x64-freebsd x64-macos x64-openbsd x64-solaris x86 x86-cygwin x86-fbsd x86-freebsd x86-interix x86-linux x86-macos x86-netbsd x86-openbsd x86-solaris x86-winnt"
-USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin FreeBSD glibc HPUX Interix mintlib NetBSD OpenBSD SunOS uclibc Winnt"
+USE_EXPAND_VALUES_ELIBC="AIX Cygwin Darwin FreeBSD glibc HPUX Interix mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
USE_EXPAND_VALUES_KERNEL="AIX Cygwin Darwin FreeBSD freemint HPUX Interix linux NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"