Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 499376 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-libs/libtasn1/libtasn1-3.4.ebuild (-4 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit autotools-utils
7
inherit autotools-multilib
8
8
9
DESCRIPTION="ASN.1 library"
9
DESCRIPTION="ASN.1 library"
10
HOMEPAGE="http://www.gnu.org/software/libtasn1/"
10
HOMEPAGE="http://www.gnu.org/software/libtasn1/"
Lines 20-33 Link Here
20
20
21
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
21
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
22
22
23
src_configure(){
23
src_configure() {
24
	local myeconfargs
24
	local myeconfargs
25
	[[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests )
25
	[[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests )
26
	autotools-utils_src_configure
26
	autotools-multilib_src_configure
27
}
27
}
28
28
29
src_install() {
29
src_install() {
30
	autotools-utils_src_install
30
	autotools-multilib_src_install
31
31
32
	if use doc ; then
32
	if use doc ; then
33
		dodoc doc/libtasn1.pdf
33
		dodoc doc/libtasn1.pdf

Return to bug 499376