blob: 6d2640ff5facf7ae8fe893e51a07ed922375e233 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
BDEPEND=doc? ( app-doc/doxygen ) test? ( dev-libs/check )
DEFINED_PHASES=configure install
DESCRIPTION=Compat library for functions like strlcpy(), strlcat(), strnlen(), getline()
EAPI=8
HOMEPAGE=http://ohnopub.net/~ohnobinki/libstrl/
INHERIT=toolchain-funcs
IUSE=doc test
KEYWORDS=amd64 x86 ~amd64-linux ~x64-macos
LICENSE=LGPL-3
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=http://mirror.ohnopub.net/mirror/libstrl-0.5.1.tar.bz2
_eclasses_=toolchain-funcs ec8bbc28394c7305b43ea07164bd8f5f multilib 5ca4e49abed8e3a2f7b56920eadee157
_md5_=8f4ebe67baebbdc5afcdf1f687c788bc
|