sys-devel/gcc-6.5.0-r1: alpha stable, bug 694996
[gentoo.git] / app-misc / scope / scope-0.04-r1.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=4
5
6 inherit toolchain-funcs
7
8 DESCRIPTION="Serial Line Analyser"
9 HOMEPAGE="http://www.gumbley.me.uk/scope.html"
10 SRC_URI="http://www.gumbley.me.uk/${P}.tar.gz"
11 LICENSE="GPL-2"
12
13 SLOT="0"
14 KEYWORDS="amd64 x86"
15 IUSE=""
16
17 DOCS=( README )
18
19 src_prepare() {
20         # bug 459848
21         tc-export CC
22 }