blob: a17441a14bd03e4ff27db34c99988023bad4723c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile configure install prepare test
DEPEND=doc? ( app-doc/doxygen ) test? ( dev-libs/check )
DESCRIPTION=Compat library for functions like strlcpy(), strlcat(), strnlen(), getline()
EAPI=7
HOMEPAGE=http://ohnopub.net/~ohnobinki/libstrl/
INHERIT=toolchain-funcs multilib-minimal
IUSE=doc static-libs test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64
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 badd6e329e1f3e6bee99b35bf8763ce8 multilib de4beb52bfa93c4c5d96792a6b5e1784 multibuild d26d81f242cb193d899a72bca423d0bd multilib-build 05f207909a804c9174bc39a00547d598 multilib-minimal 4b0f1857965db8869a729948d5277e0b
_md5_=c1c362bcaed321d443a834723be948c1
|