diff options
author | 2004-03-08 05:10:35 +0000 | |
---|---|---|
committer | 2004-03-08 05:10:35 +0000 | |
commit | 57d4a73ee18fd31ce7a270a95538f598163aaaf4 (patch) | |
tree | 6ed62b9a9e34b62335b6bfd79135f16324e9e902 /dev-util/gperf/gperf-3.0.1.ebuild | |
parent | Moved to app-laptop (diff) | |
download | historical-57d4a73ee18fd31ce7a270a95538f598163aaaf4.tar.gz historical-57d4a73ee18fd31ce7a270a95538f598163aaaf4.tar.bz2 historical-57d4a73ee18fd31ce7a270a95538f598163aaaf4.zip |
Added ~mips to KEYWORDS.
Diffstat (limited to 'dev-util/gperf/gperf-3.0.1.ebuild')
-rw-r--r-- | dev-util/gperf/gperf-3.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gperf/gperf-3.0.1.ebuild b/dev-util/gperf/gperf-3.0.1.ebuild index 072fce02d79b..51ecdaa5477e 100644 --- a/dev-util/gperf/gperf-3.0.1.ebuild +++ b/dev-util/gperf/gperf-3.0.1.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-util/gperf/gperf-3.0.1.ebuild,v 1.1 2004/02/18 09:59:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gperf/gperf-3.0.1.ebuild,v 1.2 2004/03/08 05:10:35 psi29a Exp $ S=${WORKDIR}/${P} DESCRIPTION="A perfect hash function generator." @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/gperf/gperf.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~mips" DEPEND="virtual/glibc" |