commit: e34978688759f96ea327cc6be835e33bf94276a0 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Aug 13 09:58:47 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Aug 13 09:59:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3497868
profiles: Mask Steam-related packages on 64bit-native profiles profiles/features/64bit-native/package.mask | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/profiles/features/64bit-native/package.mask b/profiles/features/64bit-native/package.mask index 4fd4d9a..e2f18c4 100644 --- a/profiles/features/64bit-native/package.mask +++ b/profiles/features/64bit-native/package.mask @@ -1,7 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# James Le Cuirot <[email protected]> (13 Aug 2016) +# Steam requires amd64 multilib. These are steam-overlay packages. +dev-util/adobe-air-runtime +games-util/steam-client-meta +games-util/steam-games-meta +games-util/steam-launcher +games-util/steam-meta + # Andreas K. Huettel <[email protected]> # Novell Groupwise Client sadly needs a 32bit java vm (bundled) mail-client/novell-groupwise-client
