commit: 3d3809ead3c43859db7adb627761097c0887c391 Author: Amy Winston <amynka <AT> gentoo <DOT> org> AuthorDate: Fri Aug 5 03:56:20 2016 +0000 Commit: Amy Winston <amynka <AT> gentoo <DOT> org> CommitDate: Fri Aug 5 04:46:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3809ea
profiles: mask guile-2.0.12 ppc*/alpha/hppa/ia64/sparc profiles/arch/alpha/package.mask | 8 ++++++-- profiles/arch/hppa/package.mask | 9 +++++++++ profiles/arch/ia64/package.mask | 7 ++++++- profiles/arch/powerpc/package.mask | 7 ++++++- profiles/arch/sparc/package.mask | 8 ++++++-- 5 files changed, 33 insertions(+), 6 deletions(-) diff --git a/profiles/arch/alpha/package.mask b/profiles/arch/alpha/package.mask index 986cea8..3963c8c 100644 --- a/profiles/arch/alpha/package.mask +++ b/profiles/arch/alpha/package.mask @@ -1,8 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Amy Winston <[email protected]> (04 August 2016) +# Necessary dependency dev-libs/libunistring +# not keyworded bug #590520 +>=dev-scheme/guile-2.0.12 + # Alexey Shvetsov <[email protected]> (21 May 2012) # Need deps pecl-apc and pecl-uploadprogress bug #416897 >=www-apps/drupal-7.14 - diff --git a/profiles/arch/hppa/package.mask b/profiles/arch/hppa/package.mask new file mode 100644 index 0000000..60bdc19 --- /dev/null +++ b/profiles/arch/hppa/package.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Amy Winston <[email protected]> (04 August 2016) +# Necessary dependency dev-libs/libunistring +# not keyworded bug #590520 +>=dev-scheme/guile-2.0.12 + diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask index 22c99bd..6cec8f4 100644 --- a/profiles/arch/ia64/package.mask +++ b/profiles/arch/ia64/package.mask @@ -1,7 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Amy Winston <[email protected]> (04 August 2016) +# Necessary dependency dev-libs/libunistring +# not keyworded bug #590520 +>=dev-scheme/guile-2.0.12 + # Alexis Ballier <[email protected]> (27 Jun 2013) # TeX Live 2013 mask. # kpathsea has to be there because it has config files without /usr/share/texmf diff --git a/profiles/arch/powerpc/package.mask b/profiles/arch/powerpc/package.mask index d2c8b06..7526368 100644 --- a/profiles/arch/powerpc/package.mask +++ b/profiles/arch/powerpc/package.mask @@ -1,7 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Amy Winston <[email protected]> (04 August 2016) +# Necessary dependency dev-libs/libunistring +# not keyworded bug #590520 +>=dev-scheme/guile-2.0.12 + # Brent Baude <[email protected]> (20 Nov 2012) # Masking kgcc64 now that toolchain is biarch sys-devel/kgcc64 diff --git a/profiles/arch/sparc/package.mask b/profiles/arch/sparc/package.mask index 3cbb2d7..260d0ce 100644 --- a/profiles/arch/sparc/package.mask +++ b/profiles/arch/sparc/package.mask @@ -1,7 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Amy Winston <[email protected]> (04 August 2016) +# Necessary dependency dev-libs/libunistring +# not keyworded bug #590520 +>=dev-scheme/guile-2.0.12 + # Patrice Clement <[email protected]> (30 Oct 2015) # Requires dependencies that are not stable on sparc yet. # See https://qa-reports.gentoo.org/output/gentoo-ci/7182f7a/5.html#l2294 @@ -61,4 +66,3 @@ sys-devel/kgcc64 >=dev-texlive/texlive-pictures-2013 >=dev-texlive/texlive-genericrecommended-2013 >=dev-texlive/texlive-publishers-2013 -
