diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-07-04 07:18:21 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-07-04 07:18:21 +0000 |
commit | 2f8b8bae89235ce67e6d582a854f4776aa62054c (patch) | |
tree | 5b273bf7a3f3cb75210a176a5a7d896d39da3ba2 /profiles/features | |
parent | amd64/x86 stable (diff) | |
download | historical-2f8b8bae89235ce67e6d582a854f4776aa62054c.tar.gz historical-2f8b8bae89235ce67e6d582a854f4776aa62054c.tar.bz2 historical-2f8b8bae89235ce67e6d582a854f4776aa62054c.zip |
Allow win64-only wine on amd64 with features/64bit-native (bug #351436).
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/64bit-native/package.mask | 3 | ||||
-rw-r--r-- | profiles/features/64bit-native/package.use.force | 7 | ||||
-rw-r--r-- | profiles/features/64bit-native/package.use.mask | 8 | ||||
-rw-r--r-- | profiles/features/ChangeLog | 7 |
4 files changed, 22 insertions, 3 deletions
diff --git a/profiles/features/64bit-native/package.mask b/profiles/features/64bit-native/package.mask index aa745bebf712..afc41d3e8376 100644 --- a/profiles/features/64bit-native/package.mask +++ b/profiles/features/64bit-native/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v 1.83 2012/05/30 16:31:16 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.mask,v 1.84 2012/07/04 07:18:21 tetromino Exp $ # AMD64 Team <amd64@gentoo.org> # Mask packages that rely on amd64 multilib @@ -37,7 +37,6 @@ app-emulation/emul-linux-x86-sdl app-emulation/emul-linux-x86-soundlibs app-emulation/emul-linux-x86-xlibs app-emulation/emul-linux-x86-java -app-emulation/wine app-emulation/winetricks app-emulation/wine-doors app-text/acroread diff --git a/profiles/features/64bit-native/package.use.force b/profiles/features/64bit-native/package.use.force new file mode 100644 index 000000000000..74b4217f1c6d --- /dev/null +++ b/profiles/features/64bit-native/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.use.force,v 1.1 2012/07/04 07:18:21 tetromino Exp $ + +# Alexandre Rostovtsev <tetromino@gentoo.org> (04 Jul 2012) +# Force 64-bit parts of wine, bug #351436 +app-emulation/wine win64 diff --git a/profiles/features/64bit-native/package.use.mask b/profiles/features/64bit-native/package.use.mask index 3e6d0fc310d9..423bd859155c 100644 --- a/profiles/features/64bit-native/package.use.mask +++ b/profiles/features/64bit-native/package.use.mask @@ -1,3 +1,11 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/64bit-native/package.use.mask,v 1.9 2012/07/04 07:18:21 tetromino Exp $ + +# Alexandre Rostovtsev <tetromino@gentoo.org> (04 Jul 2012) +# Disable 32-bit parts of wine, bug #351436 +app-emulation/wine mono win32 + # Feb 06 2010 Justin LEcher <jlec@gentoo.org> # icc maked sci-biology/fasta icc diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog index 566fcf76c74d..3e8fd416f5d2 100644 --- a/profiles/features/ChangeLog +++ b/profiles/features/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.38 2012/06/20 14:38:44 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.39 2012/07/04 07:18:21 tetromino Exp $ + + 04 Jul 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + 64bit-native/package.mask, 64bit-native/package.use.mask, + +64bit-native/package.use.force: + Allow win64-only wine on amd64 with features/64bit-native (bug #351436). 20 Jun 2012; <swift@gentoo.org> selinux/packages: Remove duplicate system dependencies, cleaning to only contain |