commit: 784d7e5c6a929afe51a3075675bfcacea799610b Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sat Oct 31 07:01:27 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sat Oct 31 07:07:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784d7e5c
profiles: add dev-libs/libintl to mips uclibc stage1 Commit 2bb8a68a splits out dev-libs/libintl from gettext. We need to make sure that libintl is in all uclibc stage1s. Currenlty this is only needed for mips because it is a ~arch profile, but eventually we'll need this for all uclibc stage1s. profiles/default/linux/uclibc/mips/packages.build | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/default/linux/uclibc/mips/packages.build b/profiles/default/linux/uclibc/mips/packages.build new file mode 100644 index 0000000..8b4519b --- /dev/null +++ b/profiles/default/linux/uclibc/mips/packages.build @@ -0,0 +1,5 @@ +# Copyright 1999-2014 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +dev-libs/libintl
