blob: 9b9245185ca1b6a4e7b9c44095d573e38488dddb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=install
DEPEND=readline? ( sys-libs/readline )
DESCRIPTION=patched version of GNU make that adds improved error reporting, tracing, and a debugger
EAPI=0
HOMEPAGE=http://bashdb.sourceforge.net/remake/
IUSE=readline
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=GPL-1
RDEPEND=readline? ( sys-libs/readline )
SLOT=0
SRC_URI=mirror://sourceforge/bashdb/remake-3.82+dbg-0.4.tar.bz2
_eclass_exported_funcs=src_install:-
_md5_=a3ba1da79ef7ad693cea49c8fc5919ed
|