Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 267361
Collapse All | Expand All

(-)plt-scheme-4.1.ebuild.orig (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/plt-scheme/plt-scheme-4.1.ebuild,v 1.2 2008/11/17 10:33:18 pchrist Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/plt-scheme/plt-scheme-4.1.ebuild,v 1.2 2008/11/17 10:33:18 pchrist Exp $
4
4
5
inherit eutils latex-package
5
inherit eutils latex-package flag-o-matic
6
6
7
SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}-src-unix.tgz
7
SRC_URI="http://download.plt-scheme.org/bundles/${PV}/plt/plt-${PV}-src-unix.tgz
8
		 http://pre.plt-scheme.org/installers/plt-${PV}-src-unix.tgz"
8
		 http://pre.plt-scheme.org/installers/plt-${PV}-src-unix.tgz"
Lines 38-43 Link Here
38
			die "Cairo must be built with X use flag"
38
			die "Cairo must be built with X use flag"
39
		fi
39
		fi
40
	fi
40
	fi
41
42
	use profile && filter-flags -fomit-frame-pointer
41
}
43
}
42
44
43
src_unpack() {
45
src_unpack() {

Return to bug 267361