summaryrefslogtreecommitdiff
blob: e2e3d296602b0a948c54c3c0d477d54e04bd15b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4

DESCRIPTION="Utility to program external EEPROM for FTDI USB chips"
HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-embedded/libftdi:1[tools]"

pkg_setup() {
	elog "This tool has moved to libftdi itself (via USE=tools)."
	elog "Please install that package and remove this one."
}