diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-02-09 10:06:40 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-02-09 10:06:40 +0000 |
commit | 62345e8110f477bd994f29c9a442b097296a0eae (patch) | |
tree | 59b0ec756b40ebc3a7c09276fbd74d71ffb5e621 /dev-libs/libtasn1/libtasn1-0.2.6.ebuild | |
parent | Actually remove the broken ebuild (diff) | |
download | gentoo-2-62345e8110f477bd994f29c9a442b097296a0eae.tar.gz gentoo-2-62345e8110f477bd994f29c9a442b097296a0eae.tar.bz2 gentoo-2-62345e8110f477bd994f29c9a442b097296a0eae.zip |
bug #81056
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs/libtasn1/libtasn1-0.2.6.ebuild')
-rw-r--r-- | dev-libs/libtasn1/libtasn1-0.2.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/libtasn1/libtasn1-0.2.6.ebuild b/dev-libs/libtasn1/libtasn1-0.2.6.ebuild index d8a417217239..c8ee42bd495c 100644 --- a/dev-libs/libtasn1/libtasn1-0.2.6.ebuild +++ b/dev-libs/libtasn1/libtasn1-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-0.2.6.ebuild,v 1.10 2005/01/05 20:24:49 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-0.2.6.ebuild,v 1.11 2005/02/09 10:06:40 dragonheart Exp $ DESCRIPTION="This is the library which provides ASN.1 structures parsing capabilities for use with GNUTLS" HOMEPAGE="http://www.gnutls.org/" @@ -12,7 +12,8 @@ SLOT="0" KEYWORDS="x86 s390 ~sparc ~ppc ~alpha ~amd64 ~mips" DEPEND=">=dev-lang/perl-5.6 - dev-util/yacc" + sys-devel/bison" +RDEPEND="" src_compile() { econf || die "configure failed" |