diff options
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/Manifest | 2 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest index 334c14052cf7..b0a863371bb7 100644 --- a/sys-libs/glibc/Manifest +++ b/sys-libs/glibc/Manifest @@ -44,5 +44,5 @@ EBUILD glibc-2.35-r11.ebuild 50176 BLAKE2B a7999672c0039cb7ef79fd84b13ea7d8d752a EBUILD glibc-2.36-r5.ebuild 50776 BLAKE2B 941d7227f97f3b40f4940f6b791c4edfb96fad11372956221087e617f5db911477744a94af2a74e0d904e67dd1c277080117af1a57813787e43d6b269cbba5ca SHA512 2aa182a93210851f63ec9cd166b367fd00543752f96ddf01bfab9b373ee4bc75ff2a14e2ef7a2cdcc46776e16c1ddddd6f1749705bc7eddddb9392d34c9c702d EBUILD glibc-2.36-r6.ebuild 51211 BLAKE2B c3068112c6fdfdec604eda6c4bd12edeeeda2a39ae5b80f49e2c241b1691b53a42cb64d0aaec645f4bf9f9c540b8d481fcfd157480521223d51a69ec74cd0b89 SHA512 14c227b102305b7684d67c460e75a50d8261bc288996dacc99e24eabe8ba85c991ba4ad5d4ffbf63bb3065d0ed53220ed68b08ddb95283975ffef35d9231cd0c EBUILD glibc-2.36-r7.ebuild 51211 BLAKE2B 9f831c3c41797211c6d308680f74e2d327ab7acf1101327300fcd1d6ea1d5c07ed53709e559736d279b5d8b6d9f7c6350874a90d11d8366c484faf41d5254cf2 SHA512 e3550dbd1cf0a15aa5aff0d15ca2a685bbe00b8bd2c15116f2d20a66d8de0b5db0d7d5d363586357d1f97d5c099d3e67a66cf58b33e4adddb57df36949398631 -EBUILD glibc-9999.ebuild 51212 BLAKE2B cef32d2017ccffba18fe4a03541f045e4ec23afe864bb6ef9f19e488c457e9bef5b36635720c4487e7acca2d49fbde015917472628ca3936162895277b4c3f87 SHA512 ee00ce6dea723e196423879a54bf6ff015a8dc82917c499caa3cb4b64c7cc005ad596f0421d103ffc81aafaa3f39503686ae683374dc82966b2a56a768eee863 +EBUILD glibc-9999.ebuild 51347 BLAKE2B 9b518069136a2a7ee7482cb4459e2456bd6299dadced3d14c8e04d1d2a62ba400a1a7f6bb7f22c7f66c1ca719e624420d86faa5ceb18c80f812e9138f39d4174 SHA512 03579d6c504e4835923e04bc881dd96b038799d3adb2491522055ae1c63faf465a8a7d3fa21b4591b57b980200e5f4ba26f4686add872d42534101397996a22f MISC metadata.xml 2142 BLAKE2B 765ba540eb10afccd1bade4de56f0c13ce269225500a62d1d17328194de69e7fa15d359a14eac6bfa8a36df45344db3d52f5e1811b174cf1fa2bfb95ad7760a7 SHA512 2f4a148c076a0967663d14e76b85a698ddae7093ff299b0dc95a6c3b00957c9bf73443f2bace9670eb62a45465efbcca892bb52b6aac8577acb2bc5f74a7397c diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 33d217dc1787..413594ad57c4 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -111,6 +111,7 @@ BDEPEND=" sys-apps/grep app-alternatives/awk ) + test? ( dev-lang/perl ) " COMMON_DEPEND=" gd? ( media-libs/gd:2= ) @@ -119,6 +120,7 @@ COMMON_DEPEND=" caps? ( sys-libs/libcap ) ) ) perl? ( dev-lang/perl ) + test? ( dev-lang/perl ) suid? ( caps? ( sys-libs/libcap ) ) selinux? ( sys-libs/libselinux ) systemtap? ( dev-util/systemtap ) @@ -1015,7 +1017,8 @@ glibc_do_configure() { # up a Perl from outside the prefix instead. configure will fail to # execute Perl during configure if we're cross-compiling a prefix, but # it will just disable mtrace in that case. - ac_cv_path_PERL="$(usex perl "${EPREFIX}"/usr/bin/perl no)" + # Note: mtrace is needed by the test suite. + ac_cv_path_PERL="$(usex perl "${EPREFIX}"/usr/bin/perl $(usex test "${EPREFIX}"/usr/bin/perl no))" # locale data is arch-independent # https://bugs.gentoo.org/753740 |