diff options
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r-- | x11-libs/pixman/Manifest | 4 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-0.34.0.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-9999.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11-libs/pixman/Manifest b/x11-libs/pixman/Manifest index 0e104a2690a4..e231811e1bbe 100644 --- a/x11-libs/pixman/Manifest +++ b/x11-libs/pixman/Manifest @@ -1,4 +1,4 @@ DIST pixman-0.34.0.tar.bz2 739656 BLAKE2B 8e235ec6332125046ac952c32bb3d6d2adabae01f121a952f62aed66470c367f31268f7fc5d4387db5e3a6145cde4f013871f2d82d2d8765e5a41cb8247d4761 SHA512 755a3f5596e7bd9710abc8e5bfd341adaf2177f5b21f7aaae7f85b8fb57580ea48df586ad32bf6adef6ce0430e7cadaa57754a2fa466bc4b15bf70ee64cd1418 -EBUILD pixman-0.34.0.ebuild 984 BLAKE2B 3e8a899f9cc1acf7c55de7fc3f95cec9e72287b39fdd506936e79bf27b2d062dc2c16b63452acc0678ca18dcd8cb0d0802621c96247cb4070ef1afa362d87c77 SHA512 0d843ec8a12a80b90f2d8ec7381232d880c3e618b08f373280bdab3013e86328b0c1fed0f254f877f670bd6f3e0b87a77e9be57eb83417788b30d778fcf4eb74 -EBUILD pixman-9999.ebuild 997 BLAKE2B f52078ba688d6ca303ebe78c4cc0b3bacd597f52ca16274e26d8a5272a2cdc40dd8e3a0d69f228b46b8c200b42bc4c63287222eda3f47568b40e2439b8adce0d SHA512 bd1b90d98fe6567b632cb27915351981b820666bbb284f84a19960cfda57602b097e289c8bbf4b662154bbe236bb72a0e11dc62b14c511f8554f4873b078b9da +EBUILD pixman-0.34.0.ebuild 1009 BLAKE2B 8aac848a14d111e598f4ff5f8345658cfd54e8d155b97f367b8b55a133f60032500a2782b651ecfac2be84cd9ffc36d8bb7bb0a2be3e32abf02d9fd999968759 SHA512 fed8c4bb8983ad4d484099c1872b759383781633b834f560299e37a9eadc84a13352b414f18cd1827ef30e9da9fba38201368fc3481d30758304923dedf11e41 +EBUILD pixman-9999.ebuild 1022 BLAKE2B 1876024bdba963fdc1f8fd2226099d75b8a4ef5c7918ef4967bc7ea24aa4dc59a08fc6d81acde1778308043a9f9fddb6b494607f265fad6b75ae2889142eb85c SHA512 ec76a5f65932b57d0d76f841a152646edeea44a3f2d3e8bdd4d078ba7de36b7ed264b0ee7221eb64c27206409e8ce66d7dc01c56d50e5214f55da267d1b7b08c MISC metadata.xml 391 BLAKE2B 201ddfb7a766c48fb4e5b48d67564de3b6ef85847a8369cd56acdce186716872be35ddd8501604fce1d30502eb5ea4c328c01406837bb0e0d90c81655a859233 SHA512 3e9dfb3f70cd8c7dfa763bae9fb3415c276bf0104822122f72cf6df47bdc7926a654ddd653321e5ec4bd04ed7f0dd1335a4924e23d1ac37f63c05a536c1defbc diff --git a/x11-libs/pixman/pixman-0.34.0.ebuild b/x11-libs/pixman/pixman-0.34.0.ebuild index f9a23e06bb2f..17398e176c3c 100644 --- a/x11-libs/pixman/pixman-0.34.0.ebuild +++ b/x11-libs/pixman/pixman-0.34.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,16 +12,16 @@ if [[ $PV != 9999* ]]; then KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi -IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" +IUSE="altivec loongson2f cpu_flags_arm_iwmmxt cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" src_configure() { XORG_CONFIGURE_OPTIONS=( + $(use_enable cpu_flags_arm_iwmmxt arm-iwmmxt) $(use_enable cpu_flags_x86_mmxext mmx) $(use_enable cpu_flags_x86_sse2 sse2) $(use_enable cpu_flags_x86_ssse3 ssse3) $(use_enable altivec vmx) $(use_enable neon arm-neon) - $(use_enable iwmmxt arm-iwmmxt) $(use_enable loongson2f loongson-mmi) --disable-gtk --disable-libpng diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index 1ddfad8bc90e..076a3ddb2d76 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,16 +12,16 @@ if [[ $PV != 9999* ]]; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" fi -IUSE="altivec iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" +IUSE="altivec cpu_flags_arm_iwmmxt loongson2f cpu_flags_x86_mmxext neon cpu_flags_x86_sse2 cpu_flags_x86_ssse3" src_configure() { XORG_CONFIGURE_OPTIONS=( + $(use_enable cpu_flags_arm_iwmmxt arm-iwmmxt) $(use_enable cpu_flags_x86_mmxext mmx) $(use_enable cpu_flags_x86_sse2 sse2) $(use_enable cpu_flags_x86_ssse3 ssse3) $(use_enable altivec vmx) $(use_enable neon arm-neon) - $(use_enable iwmmxt arm-iwmmxt) $(use_enable loongson2f loongson-mmi) --disable-gtk --disable-libpng |