diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-21 11:40:40 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-21 11:40:40 +0000 |
commit | bae478b64a6bc9eca66b65bcfa318fc21e7f34bb (patch) | |
tree | f713006fd9c119e5dbb3bdafe7d695d2644da94c /x11-libs/pixman | |
parent | 374561aeaff53ce5a2836af934749923b4ea3763 (diff) |
gentoo auto-resync : 21:01:2023 - 11:40:40
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r-- | x11-libs/pixman/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-0.42.2.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest index 0cd2a2afb7e2..e3ee455184b7 100644 --- a/x11-libs/pixman/Manifest +++ b/x11-libs/pixman/Manifest @@ -1,4 +1,4 @@ DIST pixman-0.42.2.tar.xz 652984 BLAKE2B 6286a9d064a5a24017fccbb0a6e9f6ef932077c2e33ec043826d4a7a6c707c9111d3de4b806cbcdb47fc2794f1f930d24d078de1ff2912061967db0890540957 SHA512 3476e2676e66756b1af61b1e532cd80c985c191fb7956eb01702b419726cce99e79163b7f287f74f66414680e7396d13c3fee525cd663f12b6ac4877070ff4e8 -EBUILD pixman-0.42.2.ebuild 2180 BLAKE2B a417ddba249c7725c4c35041743e4aa9c922bfaf20403ee2123613bb5e59832bebad9689ed9d2cc2caa2d806895c36a3bc466a1ae53dcd267a737287444431f0 SHA512 290c48bd31e147e7862c3c439b4dd888f95e3611c03948ecc6b41b0feb8fe2972e2a7ca8ec5443fcfb26994cd0c25b79629e2919d0665d30a2adc491ad40b241 -EBUILD pixman-9999.ebuild 2188 BLAKE2B 395e1175954276713a15612c19224199befe1f0aded08e9a1db6b24c11a2109216c4ba3f637688e5db176e92103f396c49d02438613c8295d5080bf1dd30e774 SHA512 89dd2c9ee883d92e61ffd0fb8ee00b4dae5110e35ebd66d643471544183c0249f373bc46fb9d6c367f5244abebe8d0eb920ad0d396edc818c282b33bf5c0df7c +EBUILD pixman-0.42.2.ebuild 2197 BLAKE2B 8ae401bb3aba6d8bc718d868897676a15cda8fc2aaf085458c1f63f6c4dc2ae773a168c48a75f8404de78927d3893c1a74b5f181c346b2c0e831dddcc909a9ba SHA512 8a0d48b863e1049cfe6f961f362634b0ab3588dffa1a0b133587f07284bdbcf53ece6735310ce91a2c99fa5166b58d319f9e121e0476a07b659e3d313844ecbe +EBUILD pixman-9999.ebuild 2205 BLAKE2B 066f754f0633765a6eebf6bf38a54bb2eded6b51d5b1c3b1485b915d7e5778261fa23431b1a0ca77f9190ee05d5646d803d03e8ed61f0ce00525a92b4f0233b0 SHA512 7957601cbfa34989139b0df7ccd96cbcae018eb7b668dd3a9af42aaffb8b4e0b13b01dbe2535e651eeed5d53540f9a5f830d4df046100f56713bfbf10e4c598c MISC metadata.xml 483 BLAKE2B 4302fc025e7ce3dfb1b2f099371f0b3263942203ffd50730c40afe491feb003d2ec17cbf8ddd4ad3c1c0d752c46b87dd944e907b6c31a6ffdcaab7b518c247fb SHA512 f4777b9c1ae7527be4f354836c51142b095ab27dd56b173a6e0b7146ad68257136f326ff7c0fa564706dcc53aebe9171d8f844bab026c139cab717c559bf2a5e diff --git a/x11-libs/pixman/pixman-0.42.2.ebuild b/x11-libs/pixman/pixman-0.42.2.ebuild index a374ef666c6d..2e5fa64a855c 100644 --- a/x11-libs/pixman/pixman-0.42.2.ebuild +++ b/x11-libs/pixman/pixman-0.42.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ pkg_setup() { } multilib_src_configure() { - if use arm && tc-is-clang ; then + if ( use arm || use arm64 ) && tc-is-clang ; then # See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46 append-cflags $(test-flags-CC -fno-integrated-as) fi diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index 1cd3dd3a43a8..e4c0e9e9a0ee 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,7 +34,7 @@ pkg_setup() { } multilib_src_configure() { - if use arm && tc-is-clang ; then + if ( use arm || use arm64 ) && tc-is-clang ; then # See bug #768138 and https://gitlab.freedesktop.org/pixman/pixman/-/issues/46 append-cflags $(test-flags-CC -fno-integrated-as) fi |