Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/snack: snack-2.2.10-r4.ebuild
Date: Fri, 02 Apr 2010 10:47:00
Message-Id: E1NxdBE-00018a-GH@stork.gentoo.org
1 jlec 10/04/02 09:28:44
2
3 Modified: snack-2.2.10-r4.ebuild
4 Log:
5 src_compile -> src_configure ignored
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-tcltk/snack/snack-2.2.10-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r4.ebuild?r1=1.1&r2=1.2
14
15 Index: snack-2.2.10-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- snack-2.2.10-r4.ebuild 2 Apr 2010 09:27:08 -0000 1.1
22 +++ snack-2.2.10-r4.ebuild 2 Apr 2010 09:28:44 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r4.ebuild,v 1.1 2010/04/02 09:27:08 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/snack/snack-2.2.10-r4.ebuild,v 1.2 2010/04/02 09:28:44 jlec Exp $
28
29 EAPI="3"
30
31 @@ -38,7 +38,7 @@
32 [[ ${CHOST} == *-darwin* ]] && epatch "${FILESDIR}"/${P}-darwin.patch
33 }
34
35 -src_compile() {
36 +src_configure() {
37 local myconf="--libdir="${EPREFIX}"/usr/$(get_libdir) --includedir="${EPREFIX}"/usr/include"
38
39 use alsa && myconf="${myconf} --enable-alsa"