diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-03-11 00:23:13 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-03-11 00:23:13 +0000 |
commit | 1a2b57c93d352f47c8a532d7dc06300b6718ed68 (patch) | |
tree | 3ed479221989e60a9355ca1ff61cf6800ebc9534 /dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild | |
parent | Add ~sparc to KEYWORDS. See bug #124902 (diff) | |
download | gentoo-2-1a2b57c93d352f47c8a532d7dc06300b6718ed68.tar.gz gentoo-2-1a2b57c93d352f47c8a532d7dc06300b6718ed68.tar.bz2 gentoo-2-1a2b57c93d352f47c8a532d7dc06300b6718ed68.zip |
Add ~sparc to KEYWORDS. See bug #124902
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild')
-rw-r--r-- | dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild index 070cf7a85db3..65d2a9f937cb 100644 --- a/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild +++ b/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild @@ -1,17 +1,15 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.7 2006/03/01 20:01:24 corsair Exp $ - -SRC_URI="http://www.cs.uu.nl/~andres/lhs2tex/${P/_pre/pre}.tar.bz2" - -IUSE="doc" +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.10_pre.ebuild,v 1.8 2006/03/11 00:23:13 dcoutts Exp $ DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX" HOMEPAGE="http://www.cs.uu.nl/~andres/lhs2tex" +SRC_URI="http://www.cs.uu.nl/~andres/lhs2tex/${P/_pre/pre}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 x86" +KEYWORDS="~amd64 ~ppc64 ~sparc x86" +IUSE="doc" S="${WORKDIR}/${P/_pre/pre}" |