You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-embedded/ftdi_eeprom/ftdi_eeprom-1.0.ebuild

20 lines
476 B

# 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."
}