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

(-)libtasn1-3.4.ebuild (-5 / +10 lines)
Lines 1-10 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.4.ebuild,v 1.2 2014/01/24 20:27:31 radhermit Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-3.4-r1.ebuild,v 1.2 2014/02/15 23:04:46 alonbl Exp $
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 17-33 IUSE="doc static-libs" Link Here
17
17
18
DEPEND=">=dev-lang/perl-5.6
18
DEPEND=">=dev-lang/perl-5.6
19
	virtual/yacc"
19
	virtual/yacc"
20
RDEPEND="
21
	abi_x86_32? (
22
		!<=app-emulation/emul-linux-x86-baselibs-20131008-r9
23
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
24
	)"
20
25
21
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
26
DOCS=( AUTHORS ChangeLog NEWS README THANKS )
22
27
23
src_configure(){
28
src_configure() {
24
	local myeconfargs
29
	local myeconfargs
25
	[[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests )
30
	[[ "${VALGRIND_TESTS}" == "0" ]] && myeconfargs+=( --disable-valgrind-tests )
26
	autotools-utils_src_configure
31
	autotools-multilib_src_configure
27
}
32
}
28
33
29
src_install() {
34
src_install() {
30
	autotools-utils_src_install
35
	autotools-multilib_src_install
31
36
32
	if use doc ; then
37
	if use doc ; then
33
		dodoc doc/libtasn1.pdf
38
		dodoc doc/libtasn1.pdf

Return to bug 499376