Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/pgi/
Date: Mon, 03 Jun 2013 23:33:44
Message-Id: 1370200730.b69a3287e7f67f903ed91ac8d2ed47e5eb4310d9.ottxor@gentoo
1 commit: b69a3287e7f67f903ed91ac8d2ed47e5eb4310d9
2 Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
3 AuthorDate: Sun Jun 2 19:18:50 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 2 19:18:50 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b69a3287
7
8 minor fixes to comply with Gentoo coding style
9
10 ---
11 dev-lang/pgi/pgi-13.5.ebuild | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-lang/pgi/pgi-13.5.ebuild b/dev-lang/pgi/pgi-13.5.ebuild
15 index 354b996..52a8109 100644
16 --- a/dev-lang/pgi/pgi-13.5.ebuild
17 +++ b/dev-lang/pgi/pgi-13.5.ebuild
18 @@ -9,9 +9,10 @@ inherit eutils
19 DESCRIPTION="PGI compiler suite"
20 HOMEPAGE="http://www.pgroup.com/"
21 SRC_URI="pgilinux-2013-135.tar.gz"
22 +
23 LICENSE="PGI"
24 SLOT="0"
25 -KEYWORDS="~x86 ~amd64"
26 +KEYWORDS="~amd64 ~x86"
27 IUSE="acml cuda java"
28
29 RESTRICT="mirror strip"
30 @@ -51,7 +52,6 @@ pkg_nofetch() {
31
32 src_prepare() {
33 epatch "${FILESDIR}/terminal.patch"
34 - echo "andi ${FILESDIR}"
35 }
36
37 src_install() {