Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pixman/
Date: Tue, 27 Aug 2019 00:57:47
Message-Id: 1566867408.3f0927a49e534977d29886e14e4cd50038440893.mattst88@gentoo
1 commit: 3f0927a49e534977d29886e14e4cd50038440893
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 00:56:48 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 27 00:56:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f0927a4
7
8 x11-libs/pixman: Remove unnecessary src_unpack()
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/pixman/pixman-9999.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild
16 index d47bd5ea26c..97ba3b6a51a 100644
17 --- a/x11-libs/pixman/pixman-9999.ebuild
18 +++ b/x11-libs/pixman/pixman-9999.ebuild
19 @@ -24,11 +24,6 @@ LICENSE="MIT"
20 SLOT="0"
21 IUSE="altivec cpu_flags_arm_iwmmxt cpu_flags_arm_iwmmxt2 cpu_flags_arm_neon loongson2f cpu_flags_x86_mmxext cpu_flags_x86_sse2 cpu_flags_x86_ssse3"
22
23 -src_unpack() {
24 - default
25 - [[ $PV = 9999* ]] && git-r3_src_unpack
26 -}
27 -
28 multilib_src_configure() {
29 local openmp=disabled
30 tc-has-openmp && openmp=enabled