Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-action/accelerator3d: accelerator3d-0.1.1-r2.ebuild
Date: Sun, 01 Dec 2013 17:04:08
Message-Id: 20131201170405.99AA82004B@flycatcher.gentoo.org
1 hasufell 13/12/01 17:04:05
2
3 Modified: accelerator3d-0.1.1-r2.ebuild
4 Log:
5 don't pollute DEPEND
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: accelerator3d-0.1.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- accelerator3d-0.1.1-r2.ebuild 1 Dec 2013 17:02:52 -0000 1.1
23 +++ accelerator3d-0.1.1-r2.ebuild 1 Dec 2013 17:04:05 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.1 2013/12/01 17:02:52 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/accelerator3d/accelerator3d-0.1.1-r2.ebuild,v 1.2 2013/12/01 17:04:05 hasufell Exp $
29
30 # TODO: convert dev-python/pyode wrt #493042
31
32 @@ -18,11 +18,11 @@
33 IUSE=""
34 REQUIRED_USE=${PYTHON_REQUIRED_USE}
35
36 -RDEPEND="${PYTHON_DEPS}
37 +DEPEND="${PYTHON_DEPS}"
38 +RDEPEND="${DEPEND}
39 dev-python/pyode
40 dev-python/pygame[${PYTHON_USEDEP}]
41 dev-python/pyopengl[${PYTHON_USEDEP}]"
42 -DEPEND="${RDEPEND}"
43
44 S=${WORKDIR}/${PN}