summaryrefslogtreecommitdiff
path: root/dev-util/crosstool-ng/crosstool-ng-1.23.0.ebuild
blob: cd650025268c4d8943c48850403aa432087fbf94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="Crosstool-NG aims at building toolchains."
HOMEPAGE="http://crosstool-ng.github.io/"
SRC_URI="http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-$PV.tar.bz2"

LICENSE="GPLv2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"