diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-10-07 02:33:13 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-10-07 02:33:13 +0000 |
commit | 3807716c249d538110988463781f5e20d28b3290 (patch) | |
tree | 55599311c7738923379e058055a7b81d723b1f47 /net-mail | |
parent | Fix building against >=openssl-0.9.8b. Fix by Francisco Javier <ffelix at ssh... (diff) | |
download | gentoo-2-3807716c249d538110988463781f5e20d28b3290.tar.gz gentoo-2-3807716c249d538110988463781f5e20d28b3290.tar.bz2 gentoo-2-3807716c249d538110988463781f5e20d28b3290.zip |
Do not depend on virtual/libc, as this dep is assumed. Bug #147601.
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/tnef/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/tnef/tnef-1.4.3.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net-mail/tnef/ChangeLog b/net-mail/tnef/ChangeLog index 37f0f89d77f0..62a28014b327 100644 --- a/net-mail/tnef/ChangeLog +++ b/net-mail/tnef/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/tnef # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v 1.28 2006/10/05 17:42:53 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/ChangeLog,v 1.29 2006/10/07 02:33:13 ticho Exp $ + + 07 Oct 2006; Andrej Kacian <ticho@gentoo.org> tnef-1.4.3.ebuild: + Do not depend on virtual/libc, as this dep is assumed. Bug #147601. *tnef-1.4.3 (05 Oct 2006) diff --git a/net-mail/tnef/tnef-1.4.3.ebuild b/net-mail/tnef/tnef-1.4.3.ebuild index 2822d40425a4..226c3d21de38 100644 --- a/net-mail/tnef/tnef-1.4.3.ebuild +++ b/net-mail/tnef/tnef-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-1.4.3.ebuild,v 1.1 2006/10/05 17:42:53 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/tnef/tnef-1.4.3.ebuild,v 1.2 2006/10/07 02:33:13 ticho Exp $ DESCRIPTION="Decodes MS-TNEF MIME attachments" SRC_URI="mirror://sourceforge/tnef/${P}.tar.gz" @@ -11,8 +11,6 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="virtual/libc" - src_compile() { econf || die emake || die |