diff options
Diffstat (limited to 'dev-libs/tre/tre-0.6.6.ebuild')
-rw-r--r-- | dev-libs/tre/tre-0.6.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/tre/tre-0.6.6.ebuild b/dev-libs/tre/tre-0.6.6.ebuild index 93edb4405b7e..f9066e1efd14 100644 --- a/dev-libs/tre/tre-0.6.6.ebuild +++ b/dev-libs/tre/tre-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.6.6.ebuild,v 1.2 2004/05/07 14:15:46 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.6.6.ebuild,v 1.3 2004/06/06 00:05:20 dragonheart Exp $ IUSE="nls static" @@ -10,7 +10,7 @@ SRC_URI="http://laurikari.net/tre/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND="virtual/glibc sys-apps/gawk @@ -41,3 +41,4 @@ src_install() { cd ${S} dohtml doc/tre-api.html doc/tre-syntax.html } + |