blob: c963de3cdef2f749315a10bcc2f41a8623317e18 (
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/2.1.tar.gz -> abi-compliance-checker-2.1.tar.gz
_eclass_exported_funcs=src_compile:- src_install:-
_md5_=4680fc63c39665d6005f740b24463081
|