diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /profiles/base/package.use.force | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'profiles/base/package.use.force')
-rw-r--r-- | profiles/base/package.use.force | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force new file mode 100644 index 000000000000..73734fc03049 --- /dev/null +++ b/profiles/base/package.use.force @@ -0,0 +1,91 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Gilles Dartiguelongue <eva@gentoo.org> (25 May 2015) +# webkit fails to build with USE=wayland, bug #549228 +# https://bugs.webkit.org/show_bug.cgi?id=142879 +# https://bugs.webkit.org/show_bug.cgi?id=136831 +>=net-libs/webkit-gtk-2.8 X + +# Alexnader Vershilov <qnikst@gentoo.org) (04 Nov 2014) +# Due to bug #490604: version without oracle is not supported +>=dev-db/tora-2.1.3 oracle + +# Justin Lecher <jlec@gentoo.org> (10 Aug 2014) +# Doesn't work without acl support +# No patch yet, #516626 +>=net-fs/netatalk-3.1.3 acl + +# Pawel Hajdan jr <phajdan.jr@gentoo.org> (12 Jun 2014) +# Chromium builds in PIC mode on most arches anyway, +# i.e. this use flag has no effect on them. +www-client/chromium pic + +# Zac Medico <zmedico@gentoo.org> (4 Dec 2012) +# Force app-shells/bash[readline] in stage1 builds, so that compgen is +# available for sys-apps/portage (see bug #445576). +app-shells/bash:0 readline + +# Michał Górny <mgorny@gentoo.org> (14 Oct 2012) +# Force-enable all PYTHON_TARGETS for python-exec to avoid using private +# API. Please remember to keep it in sync with python_targets.desc. +dev-lang/python-exec python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_jython2_5 python_targets_jython2_7 python_targets_pypy python_targets_pypy3 + +# Samuli Suominen <ssuominen@gentoo.org> (23 Jan 2012) +# Forcing enabled while waiting for eselect-notify-send wrt #379941 +x11-libs/libnotify symlink + +# Zac Medico <zmedico@gentoo.org> (20 Oct 2010) +# Force ipc USE flag since it should remain enabled unless +# it is found to be incompatible with a specific profile +# or environment. When enabled, it fixes bug #278895, +# bug #315615, and makes subshell die support more robust +# (so that repoman's ebuild.nesteddie check is irrelevant). +sys-apps/portage ipc + +# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> +# Python should use wide Unicode implementation by default. +# Switching of "wide-unicode" USE flag changes ABI of Python +# and requires reinstallation of many Python modules. +dev-lang/python wide-unicode + +# Peter Alfredsen <loki_val@gentoo.org> (11 Apr 2009) +# Forcing w.r.t. bug 265336. When unicode use-flag is +# turned off, ABI is broken without a .so bump. +dev-libs/libpcre unicode + +# Diego E. Pettenò <flameeyes@gentoo.org> (14 Jan 2010) +# List of packages working on a single (non-default) Ruby +# implementation that cannot, thus, be turned off. +dev-ruby/bitescript ruby_targets_jruby +dev-ruby/duby ruby_targets_jruby +dev-ruby/jruby-debug-base ruby_targets_jruby +dev-ruby/jruby-openssl ruby_targets_jruby +=dev-ruby/test-unit-1* ruby_targets_ruby19 + +# Diego E. Pettenò <flameeyes@gentoo.org> (14 Jan 2010) +# Multi-version Ruby virtuals for sanity +~virtual/ruby-ssl-0 ruby_targets_ruby18 +~virtual/ruby-ssl-1 ruby_targets_ruby19 +~virtual/ruby-ssl-2 ruby_targets_jruby +~virtual/ruby-ssl-3 ruby_targets_ruby20 +~virtual/ruby-ssl-4 ruby_targets_ruby21 +~virtual/ruby-rdoc-0 ruby_targets_ruby18 +~virtual/ruby-rdoc-1 ruby_targets_ruby19 +~virtual/ruby-rdoc-2 ruby_targets_jruby +~virtual/ruby-rdoc-3 ruby_targets_ruby20 +~virtual/ruby-rdoc-4 ruby_targets_ruby21 +~virtual/ruby-threads-0 ruby_targets_ruby18 +~virtual/ruby-threads-1 ruby_targets_ruby19 +~virtual/ruby-threads-2 ruby_targets_jruby +~virtual/ruby-threads-3 ruby_targets_ree18 +~virtual/ruby-threads-4 ruby_targets_ruby20 +~virtual/ruby-threads-5 ruby_targets_ruby21 +~virtual/rubygems-1 ruby_targets_ruby18 +~virtual/rubygems-2 ruby_targets_jruby +~virtual/rubygems-3 ruby_targets_ree18 +~virtual/rubygems-4 ruby_targets_ruby19 +~virtual/rubygems-5 ruby_targets_rbx +~virtual/rubygems-6 ruby_targets_ruby20 +~virtual/rubygems-7 ruby_targets_ruby21 |