diff options
author | 2002-08-16 02:42:02 +0000 | |
---|---|---|
committer | 2002-08-16 02:42:02 +0000 | |
commit | e026e449e4e3ada3cb31c78be7db118343c41ccd (patch) | |
tree | 1b07bcecafbc4fc92591e1edf6e939c2aacc2135 /app-text/latex2html | |
parent | A better mask for alsa 0.9.0_rc3 (diff) | |
download | historical-e026e449e4e3ada3cb31c78be7db118343c41ccd.tar.gz historical-e026e449e4e3ada3cb31c78be7db118343c41ccd.tar.bz2 historical-e026e449e4e3ada3cb31c78be7db118343c41ccd.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'app-text/latex2html')
-rw-r--r-- | app-text/latex2html/latex2html-2000.1b.ebuild | 4 | ||||
-rw-r--r-- | app-text/latex2html/latex2html-2002.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/latex2html/latex2html-2002.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-text/latex2html/latex2html-2000.1b.ebuild b/app-text/latex2html/latex2html-2000.1b.ebuild index 513be419983e..e991f74d3e64 100644 --- a/app-text/latex2html/latex2html-2000.1b.ebuild +++ b/app-text/latex2html/latex2html-2000.1b.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2000.1b.ebuild,v 1.6 2002/08/02 17:42:49 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2000.1b.ebuild,v 1.7 2002/08/16 02:42:01 murphy Exp $ #darn weird naming... MY_P=${PN}-2K.1beta @@ -13,7 +13,7 @@ SLOT="0" LICENSE="as-is" DEPEND="virtual/glibc" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" RDEPEND="sys-devel/perl app-text/ghostscript media-libs/netpbm diff --git a/app-text/latex2html/latex2html-2002.1.ebuild b/app-text/latex2html/latex2html-2002.1.ebuild index b533ec4793e0..3bd75326151f 100644 --- a/app-text/latex2html/latex2html-2002.1.ebuild +++ b/app-text/latex2html/latex2html-2002.1.ebuild @@ -12,7 +12,7 @@ SLOT="0" LICENSE="as-is" DEPEND="virtual/glibc" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" RDEPEND="app-text/ghostscript app-text/tetex diff --git a/app-text/latex2html/latex2html-2002.ebuild b/app-text/latex2html/latex2html-2002.ebuild index c6b57c4cf9d6..b4c613ffacfe 100644 --- a/app-text/latex2html/latex2html-2002.ebuild +++ b/app-text/latex2html/latex2html-2002.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <tadpol@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2002.ebuild,v 1.3 2002/08/02 17:42:49 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/latex2html/latex2html-2002.ebuild,v 1.4 2002/08/16 02:42:01 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="LATEX2HTML is a convertor written in Perl that converts LATEX documents to HTML." @@ -9,7 +9,7 @@ SRC_URI="http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/${P}.tar.gz" HOMEPAGE="http://www.latex2html.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/glibc" RDEPEND="app-text/ghostscript |