diff options
author | 2014-01-26 18:09:58 +0000 | |
---|---|---|
committer | 2014-01-26 18:09:58 +0000 | |
commit | 7e5df6ed2aa84f96d369fde93019823fa42ecc86 (patch) | |
tree | 2dfa6c99c27d474847854adde072fdbe161506c7 /profiles | |
parent | Cleanup. (diff) | |
download | gentoo-2-7e5df6ed2aa84f96d369fde93019823fa42ecc86.tar.gz gentoo-2-7e5df6ed2aa84f96d369fde93019823fa42ecc86.tar.bz2 gentoo-2-7e5df6ed2aa84f96d369fde93019823fa42ecc86.zip |
hardened/linux/musl: switch to dev-util/pkgconf which does better in musl
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/musl/packages.build | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 1ccd288e3f54..5836a9533d99 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.31 2014/01/24 23:41:06 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.32 2014/01/26 18:09:58 blueness Exp $ + + 26 Jan 2014; Anthony G. Basile <blueness@gentoo.org> + linux/musl/packages.build: + hardened/linux/musl: switch to dev-util/pkgconf which does better in musl 24 Jan 2014; Anthony G. Basile <blueness@gentoo.org> linux/musl/amd64/make.defaults, linux/musl/x86/make.defaults: diff --git a/profiles/hardened/linux/musl/packages.build b/profiles/hardened/linux/musl/packages.build index 0942a3a284c9..34b102909ac9 100644 --- a/profiles/hardened/linux/musl/packages.build +++ b/profiles/hardened/linux/musl/packages.build @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.2 2014/01/24 20:05:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/packages.build,v 1.3 2014/01/26 18:09:58 blueness Exp $ # This file lists extra packages needed to build for # a stage 1 based on this profile. -dev-util/pkgconfig +dev-util/pkgconf sys-apps/attr dev-python/pyxattr |