diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-06-02 20:51:15 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-06-02 21:27:07 +0200 |
commit | ef4ba13db21c95c026e97f930745da77bd88f8bd (patch) | |
tree | f3af25bb4c4b72c533c0e1b16f7812473603edce /profiles | |
parent | dev-perl/Crypt-OpenSSL-Bignum: stable 0.90.0 for ia64, bug #657160 (diff) | |
download | gentoo-ef4ba13db21c95c026e97f930745da77bd88f8bd.tar.gz gentoo-ef4ba13db21c95c026e97f930745da77bd88f8bd.tar.bz2 gentoo-ef4ba13db21c95c026e97f930745da77bd88f8bd.zip |
profiles: amd64: enable USE=libtirpc by default, bug 657148
Bug: https://bugs.gentoo.org/657148
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/make.defaults | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/amd64/make.defaults b/profiles/arch/amd64/make.defaults index 1ca36a8d4f3d..48ae66bb3eb1 100644 --- a/profiles/arch/amd64/make.defaults +++ b/profiles/arch/amd64/make.defaults @@ -62,3 +62,8 @@ USE_EXPAND_HIDDEN="-ABI_X86 -CPU_FLAGS_X86" # Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied # by non-multilib ebuilds when non-native ABIs are disabled. IUSE_IMPLICIT="abi_x86_64" + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2 Jun 2017) +# Enable USE=libtirpc by default, to ease dependency resolution during +# the stabilization of glibc-2.26. Bug 657148 +USE="libtirpc" |