diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-10-04 09:17:04 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-10-04 09:17:04 +0000 |
commit | 30ad5666b59508500c2d4837e53136c6e8f8d892 (patch) | |
tree | 9f91a0853deeda788576501e7a5f181c17f76bef /profiles | |
parent | Switch to EAPI-2 and add use deps to reflect more what we want for lcdf-typet... (diff) | |
download | gentoo-2-30ad5666b59508500c2d4837e53136c6e8f8d892.tar.gz gentoo-2-30ad5666b59508500c2d4837e53136c6e8f8d892.tar.bz2 gentoo-2-30ad5666b59508500c2d4837e53136c6e8f8d892.zip |
Mask xindy useflag for texlive on bsd
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-bsd/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/default-bsd/package.use.mask | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/profiles/default-bsd/ChangeLog b/profiles/default-bsd/ChangeLog index ff1044cd408f..c847e718f990 100644 --- a/profiles/default-bsd/ChangeLog +++ b/profiles/default-bsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/ChangeLog,v 1.37 2008/09/25 10:25:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/ChangeLog,v 1.38 2008/10/04 09:17:04 aballier Exp $ + + 04 Oct 2008; Alexis Ballier <aballier@gentoo.org> package.use.mask: + Mask xindy useflag for texlive on bsd 25 Sep 2008; Alexis Ballier <aballier@gentoo.org> package.use.mask: mask elf useflag for net-snmp: it is too tight to the gnu libc diff --git a/profiles/default-bsd/package.use.mask b/profiles/default-bsd/package.use.mask index 7f7dd5fa4a59..959317e0cda8 100644 --- a/profiles/default-bsd/package.use.mask +++ b/profiles/default-bsd/package.use.mask @@ -63,3 +63,10 @@ sys-cluster/openmpi pbs # elf -> dev-libs/elfutils is too tight to the gnu libc # rpm could be masked but we have rpm 5 keyworded even if it's still masked. net-analyzer/net-snmp elf + + +# Alexis Ballier <aballier@gentoo.org> (4 Oct 2008) +# clisp doesn't build out of the box but can be fixed, xindy's way of building +# its clisp module is confused by gmake vs bsdmake, mask it until we can +# properly keyword xindy. +app-text/texlive xindy |