diff options
author | 2009-10-02 15:46:56 +0000 | |
---|---|---|
committer | 2009-10-02 15:46:56 +0000 | |
commit | 9c04a10cb05a0ade33a7fc0ff21bef2e3dc81314 (patch) | |
tree | 2eb6244f91039c87b1129f9cf0b9bddb19a94186 /profiles | |
parent | Stable for ppc. (diff) | |
download | gentoo-2-9c04a10cb05a0ade33a7fc0ff21bef2e3dc81314.tar.gz gentoo-2-9c04a10cb05a0ade33a7fc0ff21bef2e3dc81314.tar.bz2 gentoo-2-9c04a10cb05a0ade33a7fc0ff21bef2e3dc81314.zip |
app-admin/eselect-python still needs gnulib on solaris 9 for scandir, and has IUSE=gnulib
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/5.9/package.use.force | 6 |
2 files changed, 12 insertions, 1 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 5c00e18568d3..1406ada99812 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profiles/prefix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.98 2009/10/02 13:50:51 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.99 2009/10/02 15:46:55 haubi Exp $ + + 02 Oct 2009; Michael Haubenwallner <haubi@gentoo.org> + +sunos/solaris/5.9/package.use.force: + app-admin/eselect-python still needs gnulib on solaris 9 for scandir, and + has IUSE=gnulib 02 Oct 2009; Michael Haubenwallner <haubi@gentoo.org> sunos/solaris/package.use.mask: diff --git a/profiles/prefix/sunos/solaris/5.9/package.use.force b/profiles/prefix/sunos/solaris/5.9/package.use.force new file mode 100644 index 000000000000..246ec0a93124 --- /dev/null +++ b/profiles/prefix/sunos/solaris/5.9/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/5.9/package.use.force,v 1.1 2009/10/02 15:46:56 haubi Exp $ + +# still need scandir() from gnulib on solaris2.9 +app-admin/eselect-python gnulib |