diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:00:36 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:00:36 +0000 |
commit | f07b753bbba40f0280ec500bb0bb4e21bc8263c8 (patch) | |
tree | a59b4f44ec844a4173b8253df1927fdaf5b291ba /app-text/html2text | |
parent | sync IUSE (+samba) (Manifest recommit) (diff) | |
download | gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.tar.gz gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.tar.bz2 gentoo-2-f07b753bbba40f0280ec500bb0bb4e21bc8263c8.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/html2text')
-rw-r--r-- | app-text/html2text/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/html2text/html2text-1.3.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/html2text/html2text-1.3.2.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-text/html2text/ChangeLog b/app-text/html2text/ChangeLog index 618ab992f6fa..3a1dbc106b98 100644 --- a/app-text/html2text/ChangeLog +++ b/app-text/html2text/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/html2text # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.11 2004/06/24 22:39:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/ChangeLog,v 1.12 2004/07/01 11:58:32 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + html2text-1.3.1.ebuild, html2text-1.3.2.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + html2text-1.3.1.ebuild, html2text-1.3.2.ebuild: + virtual/glibc -> virtual/libc 08 Jun 2004; David Holm <dholm@gentoo.org> html2text-1.3.2.ebuild: Added to ~ppc. diff --git a/app-text/html2text/html2text-1.3.1.ebuild b/app-text/html2text/html2text-1.3.1.ebuild index 912a3b691e19..7aea97f062cc 100644 --- a/app-text/html2text/html2text-1.3.1.ebuild +++ b/app-text/html2text/html2text-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.10 2004/06/24 22:39:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.1.ebuild,v 1.11 2004/07/01 11:58:32 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 sparc amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} diff --git a/app-text/html2text/html2text-1.3.2.ebuild b/app-text/html2text/html2text-1.3.2.ebuild index 74d38b54c6ec..b07018de70e2 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-2004 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.3 2004/06/24 22:39:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/html2text/html2text-1.3.2.ebuild,v 1.4 2004/07/01 11:58:32 eradicator Exp $ inherit eutils gcc @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~amd64 ~ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |