summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: reduce app-emulation/wine gstreamer mask to 1.7.54 onlyNP-Hardass2016-01-181-1/+1
|
* Add package.use.mask to base uclibc profiles to mask out 'nls' on ↵Joshua Kinard2016-01-181-0/+11
| | | | | | sys-fs/xfsdump. Fixes #570548. Signed-off-by: Joshua Kinard <kumba@gentoo.org>
* removed obsolete gnome-extra/gnome-screensaver entryDennis Lamm2016-01-171-3/+0
|
* fill out broken dep mask for games packages for uclibcMichael Sterrett2015-12-171-1/+60
|
* net-misc/tlsdate: add arm64/m68k/s390/sh/sparc loveMike Frysinger2015-12-171-4/+0
|
* Hide some binary game packages from repomanMichael Sterrett2015-12-171-0/+2
|
* profiles: mask =sys-apps/busybox-1.24* on uclibc, bug #567598Anthony G. Basile2015-12-061-0/+3
|
* profiles: use mask elibc_musl on uclibc profiles.Anthony G. Basile2015-11-251-0/+1
|
* profiles: USE=internal-glib on all uclibc profiles by default.Anthony G. Basile2015-11-251-0/+0
|
* app-emulation/wine: Temporarily mask gstreamer USE in >=1.7.54, #565884NP-Hardass2015-11-191-0/+4
|
* sys-apps/busybox: move USE=static default to the profile #468580Mike Frysinger2015-11-131-0/+5
| | | | | | | | | | | | Since busybox is pulled in via the linux profile (as we use it as the rescue shell there), we should have the static USE flag set via the profile too rather than the ebuild. This way we apply it only to the subset of profiles where it makes sense. For the live ebuild, we also switch to REQUIRED_USE since package.use is able to override make.defaults (which is where USE=pam is set). We can see how users react to this behavior before pulling it back into the released versions.
* profiles: mask >sys-devel/binutils-config-4-r2 on uclibc, bug #561684.Anthony G. Basile2015-11-011-0/+3
|
* profiles: add dev-libs/libintl to mips uclibc stage1Anthony G. Basile2015-10-311-0/+5
| | | | | | | 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.
* profiles: relax USE flag maskings on xapian-bindings-1.3Anthony G. Basile2015-10-291-4/+0
|
* profiles: add stub little-endian ppc64 profile.Anthony G. Basile2015-10-271-0/+2
|
* profiles: quote some variables in default/linux/uclibcAnthony G. Basile2015-10-255-5/+5
|
* profiles: add multilib setup for default/linux/uclibc/armAnthony G. Basile2015-10-251-0/+8
|
* dev-qt/qtchooser: new snapshotDavide Pesavento2015-10-262-3/+11
| | | | Package-Manager: portage-2.2.23
* profiles: enable USE=xattr by default #506198 #556408Mike Frysinger2015-10-162-3/+1
| | | | | | | Extended attributes are needed to support filesystem caps, selinux, and the new PaX file markings (to move away from binutils ELF headers). We already assume it's enabled in our release media and documentation, so update the default profile to match.
* profiles: Unmask vmware-player on no-multilib profiles, bug 340054Andreas K. Huettel (dilfridge)2015-09-191-1/+0
|
* profiles: mask USE=seccomp for pax-utils on mips, bug #560098.Anthony G. Basile2015-09-101-0/+4
|
* Merge Gentoo/FreeBSD 10.1 removal (PR #47)Michał Górny2015-09-073-0/+12
|\ | | | | | | Pull-Request: https://github.com/gentoo/gentoo/pull/47
| * profiles: add deprecated to Gentoo/FreeBSD 10.1 profile.Yuta Satoh2015-08-293-0/+12
| |
* | profiles: consolekit's cgroup support is linux onlyJason Zaman2015-09-071-0/+4
| |
* | profiles: mask fam USE flag for various KDE packages on linux.Michael Palimaka2015-09-031-0/+6
| | | | | | | | | | | | | | | | Native inotify support is preferred instead. Gentoo-bug: 559488 Gentoo-bug: 559494 Gentoo-bug: 559508
* | profiles: CPU_FLAGS_X86 for uclibc and musl should reflect arch/amd64Anthony G. Basile2015-08-311-0/+4
| |
* | profiles: initial RISC-V arch/profile supportMike Frysinger2015-08-288-0/+13
|/
* profiles: Switch URLs to https if possibleJustin Lecher2015-08-244-6/+6
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* profiles/default/linux/package.use.mask: use mask net-dns/bind[seccomp]Christian Ruppert2015-08-231-0/+6
| | | | | | seccomp seems completely broken currently but has been added as global default apparently... bug 558100 https://archives.gentoo.org/gentoo-dev/message/38503d86a1c41bccfa607745467b1be7
* profiles: FreeBSD 10.0 or later, python3 force set USE=threads on amd64-fbsd.Yuta Satoh2015-08-222-6/+2
|
* profiles: added FreeBSD 10.2 profile and activated.Yuta Satoh2015-08-198-0/+24
|
* profiles: linux: enable USE=seccomp by defaultMike Frysinger2015-08-131-0/+3
|
* profiles: mask smartcard use flag for spice-gtk on uclibc/armMatthias Maier2015-08-161-0/+4
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-08501-0/+2422
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