summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-09 04:36:35 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-01-09 04:36:35 +0000
commitcdde8cceb877d17dc03a64e31b87c127d9b1a6ae (patch)
tree50b56c381465d2d57e4067856cd9a7149c5e64b7 /profiles/prefix
parentRepurpose USE=debug to respect CFLAGS by Agostino Sarubbo (bug #397883). (diff)
downloadhistorical-cdde8cceb877d17dc03a64e31b87c127d9b1a6ae.tar.gz
historical-cdde8cceb877d17dc03a64e31b87c127d9b1a6ae.tar.bz2
historical-cdde8cceb877d17dc03a64e31b87c127d9b1a6ae.zip
Unmask USE="jit" for webkit-gtk on amd64/arm/x86 and the amd64/arm/x86 prefix arches where webkit-gtk is keyworded (bug #396313).
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/ChangeLog9
-rw-r--r--profiles/prefix/bsd/freebsd/arch/x86/package.use.mask8
-rw-r--r--profiles/prefix/darwin/macos/arch/x86/package.use.mask9
-rw-r--r--profiles/prefix/linux/amd64/package.use.mask8
-rw-r--r--profiles/prefix/linux/x86/package.use.mask8
5 files changed, 37 insertions, 5 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index f22c25f7e3a8..414d5abf4f00 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.320 2012/01/01 19:39:29 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.321 2012/01/09 04:36:34 tetromino Exp $
+
+ 09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+ +linux/amd64/package.use.mask, +linux/x86/package.use.mask,
+ bsd/freebsd/arch/x86/package.use.mask,
+ darwin/macos/arch/x86/package.use.mask:
+ Unmask USE="jit" for webkit-gtk on amd64/arm/x86 prefix arches where
+ webkit-gtk is keyworded (bug #396313).
01 Jan 2012; Fabian Groffen <grobian@gentoo.org> darwin/package.use.mask:
Mask USE=server for sys-devel/gdb, since it's not supported on Darwin
diff --git a/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask b/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask
index 400765493317..8a26c66869b8 100644
--- a/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask
+++ b/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask
@@ -1,8 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask,v 1.1 2011/12/30 17:28:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/arch/x86/package.use.mask,v 1.2 2012/01/09 04:36:34 tetromino Exp $
# The 32-bits profile is inherited by the 64-bits one!
# All the FreeBSD profiles inherit from their matching arch profile here.
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
diff --git a/profiles/prefix/darwin/macos/arch/x86/package.use.mask b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
index f0fb4a656f6a..d8f0028add13 100644
--- a/profiles/prefix/darwin/macos/arch/x86/package.use.mask
+++ b/profiles/prefix/darwin/macos/arch/x86/package.use.mask
@@ -1,11 +1,16 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.mask,v 1.1 2011/12/30 15:49:36 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x86/package.use.mask,v 1.2 2012/01/09 04:36:35 tetromino Exp $
# The 32-bits profile is inherited by the 64-bits one!
# All the Mac OS X profiles inherit from their matching arch profile here.
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
+
# Jeremy Olexa <darkside@gentoo.org> (29 Jul 2010)
# Relocation issues on 32-bit OSX, bug #329859
media-sound/mpg123 mmx sse
diff --git a/profiles/prefix/linux/amd64/package.use.mask b/profiles/prefix/linux/amd64/package.use.mask
new file mode 100644
index 000000000000..c06fddee1721
--- /dev/null
+++ b/profiles/prefix/linux/amd64/package.use.mask
@@ -0,0 +1,8 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/package.use.mask,v 1.1 2012/01/09 04:36:35 tetromino Exp $
+
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit
diff --git a/profiles/prefix/linux/x86/package.use.mask b/profiles/prefix/linux/x86/package.use.mask
new file mode 100644
index 000000000000..9306922f2e31
--- /dev/null
+++ b/profiles/prefix/linux/x86/package.use.mask
@@ -0,0 +1,8 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/package.use.mask,v 1.1 2012/01/09 04:36:35 tetromino Exp $
+
+# Alexandre Rostovtsev <tetromono@gentoo.org> (09 Jan 2012)
+# jsc JIT compilation is supported only on amd64/arm/x86 and their prefixes, so
+# it's masked in base profile and unmasked here (bug #396313).
+net-libs/webkit-gtk -jit