Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: gentoo-dev@l.g.o
Cc: x11@g.o
Subject: [gentoo-dev] [PATCH 6/7] x11-libs/glamor: drop autotools-utils
Date: Sun, 17 Apr 2016 14:16:26
Message-Id: 1460902427-5759-7-git-send-email-floppym@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/7] Dropping autotools-utils from xorg-2 by Mike Gilbert
1 Package-Manager: portage-2.2.28_p66
2 ---
3 x11-libs/glamor/glamor-0.6.0-r1.ebuild | 6 +++---
4 x11-libs/glamor/glamor-0.6.0.ebuild | 6 +++---
5 2 files changed, 6 insertions(+), 6 deletions(-)
6
7 diff --git a/x11-libs/glamor/glamor-0.6.0-r1.ebuild b/x11-libs/glamor/glamor-0.6.0-r1.ebuild
8 index 453e142..389d98c 100644
9 --- a/x11-libs/glamor/glamor-0.6.0-r1.ebuild
10 +++ b/x11-libs/glamor/glamor-0.6.0-r1.ebuild
11 @@ -1,4 +1,4 @@
12 -# Copyright 1999-2015 Gentoo Foundation
13 +# Copyright 1999-2016 Gentoo Foundation
14 # Distributed under the terms of the GNU General Public License v2
15 # $Id$
16
17 @@ -10,7 +10,7 @@ XORG_MODULE=driver/
18 XORG_MODULE_REBUILD=yes
19 S=${WORKDIR}/${PN}-egl-${PV}
20
21 -inherit xorg-2 autotools-utils toolchain-funcs
22 +inherit xorg-2 toolchain-funcs
23
24 DESCRIPTION="OpenGL based 2D rendering acceleration library"
25 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${PN}-egl-${PV}.tar.bz2"
26 @@ -50,5 +50,5 @@ src_prepare() {
27
28 src_install() {
29 # workaround parallel install failure, bug #488124.
30 - autotools-utils_src_install -j1
31 + xorg-2_src_install -j1
32 }
33 diff --git a/x11-libs/glamor/glamor-0.6.0.ebuild b/x11-libs/glamor/glamor-0.6.0.ebuild
34 index f7447da..f89200c 100644
35 --- a/x11-libs/glamor/glamor-0.6.0.ebuild
36 +++ b/x11-libs/glamor/glamor-0.6.0.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2014 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Id$
42
43 @@ -10,7 +10,7 @@ XORG_MODULE=driver/
44 XORG_MODULE_REBUILD=yes
45 S=${WORKDIR}/${PN}-egl-${PV}
46
47 -inherit xorg-2 autotools-utils toolchain-funcs
48 +inherit xorg-2 toolchain-funcs
49
50 DESCRIPTION="OpenGL based 2D rendering acceleration library"
51 SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${PN}-egl-${PV}.tar.bz2"
52 @@ -49,5 +49,5 @@ src_prepare() {
53
54 src_install() {
55 # workaround parallel install failure, bug #488124.
56 - autotools-utils_src_install -j1
57 + xorg-2_src_install -j1
58 }
59 --
60 2.8.1