blob: 1815d268faafdf53d9a6ee66bcef456e7219affc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install prepare
DEPEND=readline? ( sys-libs/readline:0 ) virtual/libusb:0
DESCRIPTION=A free debugger for use with MSP430 MCUs
EAPI=5
HOMEPAGE=http://dlbeer.co.nz/mspdebug/ https://github.com/dlbeer/mspdebug
IUSE=readline
KEYWORDS=~amd64 ~arm ~x86
LICENSE=GPL-2
RDEPEND=readline? ( sys-libs/readline:0 ) virtual/libusb:0
SLOT=0
SRC_URI=https://github.com/dlbeer/mspdebug/archive/v0.23.tar.gz -> mspdebug-0.23.tar.gz
_eclass_exported_funcs=src_prepare:- src_compile:- src_install:-
_eclasses_=eutils 792f83d5ec9536cb5ccef375469d8bde multilib 23ae8c186171e6476af098d2a50d0ee0 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=7b2440a2e538d0c7e2840dcaf7a84d64
|