# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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." }