Gentoo Archives: gentoo-commits

From: Dongxu Li <dongxuli2011@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/
Date: Thu, 30 Jun 2011 13:11:07
Message-Id: 5b5cec7c1541530ae998c0608452263d80c9de1b.dongxuli@gentoo
1 commit: 5b5cec7c1541530ae998c0608452263d80c9de1b
2 Author: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 30 13:10:01 2011 +0000
4 Commit: Dongxu Li <dongxuli2011 <AT> gmail <DOT> com>
5 CommitDate: Thu Jun 30 13:10:01 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b5cec7c
7
8 [media-gfx/librecad]: upgraded to EAPI=4
9
10 ---
11 media-gfx/librecad/librecad-9999.ebuild | 5 +++--
12 1 files changed, 3 insertions(+), 2 deletions(-)
13
14 diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild
15 index 1d3197a..05dc3fc 100644
16 --- a/media-gfx/librecad/librecad-9999.ebuild
17 +++ b/media-gfx/librecad/librecad-9999.ebuild
18 @@ -2,8 +2,8 @@
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: $
21
22 -EAPI="3"
23 -inherit git-2 qt4-r2
24 +EAPI="4"
25 +inherit qt4-r2 git-2
26
27 DESCRIPTION="An generic 2D CAD program"
28 HOMEPAGE="http://www.librecad.org/"
29 @@ -20,6 +20,7 @@ DEPEND="${RDEPEND}
30 x11-libs/qt-qt3support:4
31 "
32
33 +
34 src_prepare()
35 {
36 # patch to solve an issue caused by gcc-4.6, by mickele, archlinux