diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-06-13 18:24:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-06-13 18:24:26 +0000 |
commit | de5c5360f12d2cc41686dc9c5e7afef33b8d5eca (patch) | |
tree | 352bdf6133b506a0e5cbab2938466f4346d3c494 /profiles | |
parent | Remove real USE flag, bug 473206. (diff) | |
download | gentoo-2-de5c5360f12d2cc41686dc9c5e7afef33b8d5eca.tar.gz gentoo-2-de5c5360f12d2cc41686dc9c5e7afef33b8d5eca.tar.bz2 gentoo-2-de5c5360f12d2cc41686dc9c5e7afef33b8d5eca.zip |
Remove mask for real USE flag because the flag is gone, bug 473206.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/base/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/ChangeLog | 10 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.4/x86/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.5/ppc/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.5/x64/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.5/x86/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.6/x64/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.6/x86/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.7/x64/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.7/x86/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.8/x64/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.8/x86/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/package.use.mask | 4 |
15 files changed, 28 insertions, 31 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index 515209a4ab2d..a1ff6fcb5892 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.551 2013/06/12 17:25:26 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.552 2013/06/13 18:24:24 ulm Exp $ + + 13 Jun 2013; Ulrich Müller <ulm@gentoo.org> package.use.mask, use.mask: + Remove mask for real USE flag because the flag is gone, bug 473206. 12 Jun 2013; Michael Palimaka <kensington@gentoo.org> package.use.mask: Remove obsolete kde-base/kdelibs USE mask. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 5c01475f13d2..0a1b92578504 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.476 2013/06/12 17:25:26 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.477 2013/06/13 18:24:24 ulm Exp $ # This file requires >=portage-2.1.1 # New entries go on top. @@ -486,10 +486,6 @@ dev-java/ibm-jre-bin alsa # dvdnav: hard masked dependency media-video/mplayer cpudetection custom-cpuopts bindist -# Steve Dibb <beandog@gentoo.org> (26 Feb 2009) -# Unmask internal real player codec support on newer mplayer ->=media-video/mplayer-1.0_rc2_p20090226 -real - # Alexis Ballier <aballier@gentoo.org> <16 Feb 2011> # Win32 specific useflags for vlc. Can be used for cross-compiling. media-video/vlc direct2d directx dshow dxva2 waveout wingdi diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 45249ff718c4..1a37792c3a52 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.171 2013/06/11 06:59:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.172 2013/06/13 18:24:24 ulm Exp $ # masking here and unmasking in default/linux/ kmod @@ -66,7 +66,6 @@ avx avx128fma avx256 svga -real nvram # ppc arch specific USE flags diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index b45f309a17f5..f4b23dd7d907 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for profiles/prefix # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.389 2013/06/06 01:53:17 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.390 2013/06/13 18:24:24 ulm Exp $ + + 13 Jun 2013; Ulrich Müller <ulm@gentoo.org> darwin/macos/10.4/x86/use.mask, + darwin/macos/10.5/ppc/package.use.mask, darwin/macos/10.5/x64/use.mask, + darwin/macos/10.5/x86/use.mask, darwin/macos/10.6/x64/use.mask, + darwin/macos/10.6/x86/use.mask, darwin/macos/10.7/x64/use.mask, + darwin/macos/10.7/x86/use.mask, darwin/macos/10.8/x64/use.mask, + darwin/macos/10.8/x86/use.mask, darwin/package.use.mask: + Remove mask for real USE flag because the flag is gone, bug 473206. 06 Jun 2013; Christoph Junghans <ottxor@gentoo.org> linux/amd64/make.defaults: diff --git a/profiles/prefix/darwin/macos/10.4/x86/use.mask b/profiles/prefix/darwin/macos/10.4/x86/use.mask index faeec61d7648..aab08f7a0c1e 100644 --- a/profiles/prefix/darwin/macos/10.4/x86/use.mask +++ b/profiles/prefix/darwin/macos/10.4/x86/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/use.mask,v 1.3 2013/05/13 15:56:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.4/x86/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask b/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask index 197fdb54d6ad..8325924a994a 100644 --- a/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask +++ b/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask,v 1.9 2013/05/16 19:31:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/ppc/package.use.mask,v 1.10 2013/06/13 18:24:25 ulm Exp $ # flag returns compile errors media-video/mplayer livecd cpudetection # libs mising -media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca real cdparanoia samba xanim live openal +media-video/mplayer gtk sdl libcaca dv nas musepack bidi enca cdparanoia samba xanim live openal diff --git a/profiles/prefix/darwin/macos/10.5/x64/use.mask b/profiles/prefix/darwin/macos/10.5/x64/use.mask index c5b6d4105896..6ac7baa4c38b 100644 --- a/profiles/prefix/darwin/macos/10.5/x64/use.mask +++ b/profiles/prefix/darwin/macos/10.5/x64/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/use.mask,v 1.3 2013/05/13 15:56:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x64/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/macos/10.5/x86/use.mask b/profiles/prefix/darwin/macos/10.5/x86/use.mask index af0929c24c16..fbcf9c9035e3 100644 --- a/profiles/prefix/darwin/macos/10.5/x86/use.mask +++ b/profiles/prefix/darwin/macos/10.5/x86/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/use.mask,v 1.3 2013/05/13 15:56:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.5/x86/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/macos/10.6/x64/use.mask b/profiles/prefix/darwin/macos/10.6/x64/use.mask index b283ee0a6bd8..58c690ab2cf3 100644 --- a/profiles/prefix/darwin/macos/10.6/x64/use.mask +++ b/profiles/prefix/darwin/macos/10.6/x64/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/use.mask,v 1.3 2013/05/13 15:56:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x64/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/macos/10.6/x86/use.mask b/profiles/prefix/darwin/macos/10.6/x86/use.mask index 343b5d89ce37..bbcc342b4c4b 100644 --- a/profiles/prefix/darwin/macos/10.6/x86/use.mask +++ b/profiles/prefix/darwin/macos/10.6/x86/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/use.mask,v 1.3 2013/05/13 15:56:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.6/x86/use.mask,v 1.4 2013/06/13 18:24:25 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/macos/10.7/x64/use.mask b/profiles/prefix/darwin/macos/10.7/x64/use.mask index 722c7fc0000d..595437db1c92 100644 --- a/profiles/prefix/darwin/macos/10.7/x64/use.mask +++ b/profiles/prefix/darwin/macos/10.7/x64/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/use.mask,v 1.3 2013/05/13 15:56:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x64/use.mask,v 1.4 2013/06/13 18:24:26 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/macos/10.7/x86/use.mask b/profiles/prefix/darwin/macos/10.7/x86/use.mask index b21e51265eec..c56108e2cbad 100644 --- a/profiles/prefix/darwin/macos/10.7/x86/use.mask +++ b/profiles/prefix/darwin/macos/10.7/x86/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/use.mask,v 1.3 2013/05/13 15:56:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.7/x86/use.mask,v 1.4 2013/06/13 18:24:26 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/macos/10.8/x64/use.mask b/profiles/prefix/darwin/macos/10.8/x64/use.mask index 3d16066499b4..f32451113845 100644 --- a/profiles/prefix/darwin/macos/10.8/x64/use.mask +++ b/profiles/prefix/darwin/macos/10.8/x64/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/use.mask,v 1.3 2013/05/13 15:56:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x64/use.mask,v 1.4 2013/06/13 18:24:26 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/macos/10.8/x86/use.mask b/profiles/prefix/darwin/macos/10.8/x86/use.mask index 3eb8df856e72..ea83f401a3be 100644 --- a/profiles/prefix/darwin/macos/10.8/x86/use.mask +++ b/profiles/prefix/darwin/macos/10.8/x86/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/use.mask,v 1.3 2013/05/13 15:56:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/10.8/x86/use.mask,v 1.4 2013/06/13 18:24:26 ulm Exp $ # This file masks out USE flags that are simply NOT allowed in the default # x86 profile. This works, for example, if another architecture's @@ -39,7 +39,6 @@ video_cards_newport #codec support --real -x264 # lvm2 cluster diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask index 23c9117065ec..081097f11d4c 100644 --- a/profiles/prefix/darwin/package.use.mask +++ b/profiles/prefix/darwin/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.use.mask,v 1.11 2013/05/16 19:31:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.use.mask,v 1.12 2013/06/13 18:24:25 ulm Exp $ # Christoph Junghans <ottxor@gentoo.org> (26 Aug 2012) @@ -25,7 +25,7 @@ x11-libs/libSM -uuid # Fabian Groffen <grobian@gentoo.org> (30 Oct 2009) # linux only -media-video/mplayer dvb lirc svga jack joystick matrox real +media-video/mplayer dvb lirc svga jack joystick matrox # Fabian Groffen <grobian@gentoo.org> (03 Apr 2009) # ld: unknown option: -R/Library/Gentoo/usr/lib |