blob: 650725479a53a2d5f7acfbc2eb075b6e26b28512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=compile install
DEPEND=dev-lang/perl
DESCRIPTION=A tool for checking backward compatibility of a C/C++ library
EAPI=6
HOMEPAGE=http://ispras.linuxbase.org/index.php/ABI_compliance_checker
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=dev-lang/perl dev-util/abi-dumper dev-util/ctags
SLOT=0
SRC_URI=https://github.com/lvc/abi-compliance-checker/archive/1.99.21.tar.gz -> abi-compliance-checker-1.99.21.tar.gz
_eclass_exported_funcs=src_compile:- src_install:-
_md5_=5c70ab8e8b24ca861c42e86735142b11
|