diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:35:01 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:35:01 +0000 |
commit | aa8a3855798a422e9389e5466302bab5ee4163a5 (patch) | |
tree | 6497d1dcf1f6cc32c3bc50a98b9f8826dae5716b /app-text/html2text | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-aa8a3855798a422e9389e5466302bab5ee4163a5.tar.gz gentoo-2-aa8a3855798a422e9389e5466302bab5ee4163a5.tar.bz2 gentoo-2-aa8a3855798a422e9389e5466302bab5ee4163a5.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-text/html2text')
-rw-r--r-- | app-text/html2text/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/html2text/html2text-1.3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog index bd4f093ad129..67781584b36c 100644 --- a/app-text/html2text/ChangeLog +++ b/app-text/html2text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/html2text -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.34 2009/03/19 13:41:39 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.35 2009/09/23 16:35:01 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> html2text-1.3.2.ebuild: + Remove virtual/libc *html2text-1.3.2-r1 (19 Mar 2009) diff --git a/app-text/html2text/html2text-1.3.2.ebuild b/app-text/html2text/html2text-1.3.2.ebuild index bd47733cf833..083b68dd634f 100644 --- a/app-text/html2text/html2text-1.3.2.ebuild +++ b/app-text/html2text/html2text-1.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.2.ebuild,v 1.19 2008/03/27 20:59:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.2.ebuild,v 1.20 2009/09/23 16:35:01 patrick Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_unpack() { unpack ${A} |