diff options
-rw-r--r-- | app-text/pdftohtml/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/pdftohtml/pdftohtml-0.36.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/pdftohtml/ChangeLog b/app-text/pdftohtml/ChangeLog index 6659e17b329e..81b150147f38 100644 --- a/app-text/pdftohtml/ChangeLog +++ b/app-text/pdftohtml/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2004/08/31 16:16:40 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/ChangeLog,v 1.10 2004/09/24 20:43:48 batlogg Exp $ + + 24 Sep 2004; Jodok Batlogg <batlogg@gentoo.org>; pdftohtml-0.36.ebuild: + marked stable on x86 31 Aug 2004; Tom Martin <slarti@gentoo.org> pdftohtml-0.36.ebuild: Marked ~amd64, resolving bug 62388. Thanks to Dean Lamper <lampy@email.si> for diff --git a/app-text/pdftohtml/pdftohtml-0.36.ebuild b/app-text/pdftohtml/pdftohtml-0.36.ebuild index ea463b7ddf7e..c17712e47311 100644 --- a/app-text/pdftohtml/pdftohtml-0.36.ebuild +++ b/app-text/pdftohtml/pdftohtml-0.36.ebuild @@ -1,13 +1,13 @@ # 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.8 2004/08/31 16:16:40 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdftohtml/pdftohtml-0.36.ebuild,v 1.9 2004/09/24 20:43:48 batlogg Exp $ DESCRIPTION="pdftohtml is a utility which converts PDF files into HTML and XML formats" HOMEPAGE="http://${PN}.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 sparc ~ppc ~amd64" +KEYWORDS="x86 sparc ppc ~amd64" IUSE="" DEPEND="virtual/libc sys-devel/gcc" RDEPEND="virtual/libc" |