diff options
author | 2004-03-02 16:45:55 +0000 | |
---|---|---|
committer | 2004-03-02 16:45:55 +0000 | |
commit | 10803832358352f10d77a19498bd84a75c5ff60c (patch) | |
tree | d60b3fbff0887d3a340a690c25b6c3a64cc85e5f /sys-devel/flex | |
parent | Cleaned out old version. (Manifest recommit) (diff) | |
download | gentoo-2-10803832358352f10d77a19498bd84a75c5ff60c.tar.gz gentoo-2-10803832358352f10d77a19498bd84a75c5ff60c.tar.bz2 gentoo-2-10803832358352f10d77a19498bd84a75c5ff60c.zip |
adding initial s390 support
Diffstat (limited to 'sys-devel/flex')
-rw-r--r-- | sys-devel/flex/flex-2.5.4a-r5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/flex/flex-2.5.4a-r5.ebuild b/sys-devel/flex/flex-2.5.4a-r5.ebuild index 42031ea32fb5..bcc59a33184d 100644 --- a/sys-devel/flex/flex-2.5.4a-r5.ebuild +++ b/sys-devel/flex/flex-2.5.4a-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.16 2004/02/23 00:18:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.17 2004/03/02 16:41:07 iggy Exp $ S="${WORKDIR}/${P/a/}" DESCRIPTION="GNU lexical analyser generator" @@ -9,7 +9,7 @@ HOMEPAGE="http://lex.sourceforge.net/" LICENSE="FLEX" SLOT="0" -KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64" +KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64 ppc64 s390" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" |