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

EAPI=4

DESCRIPTION="Utility to program external EEPROM for FTDI USB chips"
HOMEPAGE="https://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."
}