diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
commit | 7fb298dd1a8b0265565db705ba27de5d8ddf4b7d (patch) | |
tree | 670b201580249f3d0a484ba326116649c104cb89 /app-text/pdftohtml | |
parent | Version bumped. Closes 55675 (diff) | |
download | historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.gz historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.bz2 historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/pdftohtml')
-rw-r--r-- | app-text/pdftohtml/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/pdftohtml/pdftohtml-0.36.ebuild | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-text/pdftohtml/ChangeLog b/app-text/pdftohtml/ChangeLog index d7c5a1a4221e..312a89590f7c 100644 --- a/app-text/pdftohtml/ChangeLog +++ b/app-text/pdftohtml/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/pdftohtml # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.6 2004/06/24 22:47:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.7 2004/07/01 12:01:18 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + pdftohtml-0.36.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + pdftohtml-0.36.ebuild: + virtual/glibc -> virtual/libc 07 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> pdftohtml-0.36.ebuild: Stable on sparc, #50392 diff --git a/app-text/pdftohtml/pdftohtml-0.36.ebuild b/app-text/pdftohtml/pdftohtml-0.36.ebuild index 4d84fa4c2fda..ad3b2c5f8343 100644 --- a/app-text/pdftohtml/pdftohtml-0.36.ebuild +++ b/app-text/pdftohtml/pdftohtml-0.36.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/pdftohtml/pdftohtml-0.36.ebuild,v 1.6 2004/06/24 22:47:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.7 2004/07/01 12:01:18 eradicator Exp $ DESCRIPTION="pdftohtml is a utility which converts PDF files into HTML and XML formats" HOMEPAGE="http://${PN}.sourceforge.net/" @@ -9,8 +9,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 sparc ~ppc" IUSE="" -DEPEND="virtual/glibc sys-devel/gcc" -RDEPEND="virtual/glibc" +DEPEND="virtual/libc sys-devel/gcc" +RDEPEND="virtual/libc" src_compile() { emake || die |