diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-25 23:57:41 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-25 23:57:41 +0000 |
commit | 139a5b297cbc7d615f80a956f92f5952a5607c0a (patch) | |
tree | 3a7a13851590b2484d9b1a55e1f3792600584792 /profiles | |
parent | Version bump. (diff) | |
download | historical-139a5b297cbc7d615f80a956f92f5952a5607c0a.tar.gz historical-139a5b297cbc7d615f80a956f92f5952a5607c0a.tar.bz2 historical-139a5b297cbc7d615f80a956f92f5952a5607c0a.zip |
Add pkgconfig to packages.build for hardened/linux/uclibc
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/uclibc/packages.build | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 96b768ed467e..4dc4bbb9f8d5 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7066 2012/10/25 22:36:25 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7067 2012/10/25 23:57:41 blueness Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 25 Oct 2012; Anthony G. Basile <blueness@gentoo.org> + hardened/linux/uclibc/packages.build: + Add pkgconfig to packages.build for hardened/linux/uclibc + 25 Oct 2012; Gilles Dartiguelongue <eva@gentoo.org> package.mask: Add rygel to gstreamer mask. diff --git a/profiles/hardened/linux/uclibc/packages.build b/profiles/hardened/linux/uclibc/packages.build index 859b685be5f8..4dbd258c4512 100644 --- a/profiles/hardened/linux/uclibc/packages.build +++ b/profiles/hardened/linux/uclibc/packages.build @@ -1,10 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/packages.build,v 1.2 2012/10/20 23:41:09 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/packages.build,v 1.3 2012/10/25 23:57:41 blueness Exp $ # This file lists extra packages needed to build for # a stage 1 based on this profile. +dev-util/pkgconfig dev-libs/libiconv sys-apps/attr dev-python/pyxattr |