diff options
author | Ruud Koolen <redlizard@gentoo.org> | 2014-12-15 18:34:41 +0000 |
---|---|---|
committer | Ruud Koolen <redlizard@gentoo.org> | 2014-12-15 18:34:41 +0000 |
commit | a5e39bb9f2b36050dcfc23a831987f2d88090450 (patch) | |
tree | 0db6920ac029023d75fa1fa8360ff942bd2d2260 /profiles/prefix | |
parent | Update email and removed proxy-maintainers herd (diff) | |
download | gentoo-2-a5e39bb9f2b36050dcfc23a831987f2d88090450.tar.gz gentoo-2-a5e39bb9f2b36050dcfc23a831987f2d88090450.tar.bz2 gentoo-2-a5e39bb9f2b36050dcfc23a831987f2d88090450.zip |
Removed redundant multilib clauses.
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/prefix/linux/amd64/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/prefix/linux/amd64/use.force | 6 | ||||
-rw-r--r-- | profiles/prefix/linux/x86/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/prefix/linux/x86/use.force | 6 |
5 files changed, 5 insertions, 29 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 3c7864fd1636..67055a1801c2 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profiles/prefix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.438 2014/11/29 13:08:08 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.439 2014/12/15 18:34:40 redlizard Exp $ + + 15 Dec 2014; Ruud Koolen <redlizard@gentoo.org> linux/amd64/package.use.mask, + linux/amd64/use.force, linux/x86/package.use.mask, linux/x86/use.force: + Removed redundant multilib clauses. 29 Nov 2014; Mikle Kolyada <zlogene@gentoo.org> package.use.mask: Mask dev-vcs/git[mediawiki] (bug #497068) diff --git a/profiles/prefix/linux/amd64/package.use.mask b/profiles/prefix/linux/amd64/package.use.mask deleted file mode 100644 index c06fddee1721..000000000000 --- a/profiles/prefix/linux/amd64/package.use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# 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/amd64/use.force b/profiles/prefix/linux/amd64/use.force deleted file mode 100644 index 0d99c88f61ca..000000000000 --- a/profiles/prefix/linux/amd64/use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/amd64/use.force,v 1.1 2014/07/03 19:06:17 grobian Exp $ - -# Force the flag corresponding to the default ABI -abi_x86_64 diff --git a/profiles/prefix/linux/x86/package.use.mask b/profiles/prefix/linux/x86/package.use.mask deleted file mode 100644 index 9306922f2e31..000000000000 --- a/profiles/prefix/linux/x86/package.use.mask +++ /dev/null @@ -1,8 +0,0 @@ -# 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 diff --git a/profiles/prefix/linux/x86/use.force b/profiles/prefix/linux/x86/use.force deleted file mode 100644 index d0ef52c5a3b2..000000000000 --- a/profiles/prefix/linux/x86/use.force +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/x86/use.force,v 1.1 2014/07/03 19:06:18 grobian Exp $ - -# Force the flag corresponding to the default ABI -abi_x86_32 |