diff options
author | Thomas Sachau <tommy@gentoo.org> | 2013-03-12 00:04:39 +0100 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2013-03-12 00:04:39 +0100 |
commit | 5739fcf2d285ce3f871d5cdfc45bb2776ce2070b (patch) | |
tree | bae32d9697b569c026c20ac816596a8eac355daa /profiles | |
parent | Mask broken libffi version (diff) | |
download | multilib-portage-5739fcf2d285ce3f871d5cdfc45bb2776ce2070b.tar.gz multilib-portage-5739fcf2d285ce3f871d5cdfc45bb2776ce2070b.tar.bz2 multilib-portage-5739fcf2d285ce3f871d5cdfc45bb2776ce2070b.zip |
Move mask to base dir to affect main tree packages too
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.mask | 4 | ||||
-rw-r--r-- | profiles/package.mask | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/profiles/base/package.mask b/profiles/base/package.mask new file mode 100644 index 000000000..e5a85192c --- /dev/null +++ b/profiles/base/package.mask @@ -0,0 +1,4 @@ +# Thomas Sachau <tommy@gentoo.org> (11 Mar 2013) +# mask libffi-3.0.12, build system is broken and only +# installs 64bit libs even with support for 32bit enabled +=dev-libs/libffi-3.0.12 diff --git a/profiles/package.mask b/profiles/package.mask index 367d36bd9..8ede789be 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -3,8 +3,3 @@ # is natively implemented, both major changes which might cause # problems. >=sys-apps/abi-wrapper-2.0_pre20120701 - -# Thomas Sachau <tommy@gentoo.org> (11 Mar 2013) -# mask libffi-3.0.12, build system is broken and only -# installs 64bit libs even with support for 32bit enabled -=dev-libs/libffi-3.0.12 |