diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-10-31 03:01:27 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-31 03:07:12 -0400 |
commit | 784d7e5c6a929afe51a3075675bfcacea799610b (patch) | |
tree | 05a0fc03280dd4014fb615c5094c6857a6f1a527 /profiles | |
parent | net-mail/dovecot: Mark ~ppc64 (bug #564484). (diff) | |
download | gentoo-784d7e5c6a929afe51a3075675bfcacea799610b.tar.gz gentoo-784d7e5c6a929afe51a3075675bfcacea799610b.tar.bz2 gentoo-784d7e5c6a929afe51a3075675bfcacea799610b.zip |
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.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/uclibc/mips/packages.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/default/linux/uclibc/mips/packages.build b/profiles/default/linux/uclibc/mips/packages.build new file mode 100644 index 000000000000..8b4519b65a09 --- /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 |