diff options
author | 2004-03-02 16:45:55 +0000 | |
---|---|---|
committer | 2004-03-02 16:45:55 +0000 | |
commit | 10803832358352f10d77a19498bd84a75c5ff60c (patch) | |
tree | d60b3fbff0887d3a340a690c25b6c3a64cc85e5f /dev-util/yacc | |
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 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index 6f12a4e21ba6..65bd780ce934 100644 --- a/dev-util/yacc/yacc-1.9.1-r1.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r1.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/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.21 2003/10/03 11:57:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.22 2004/03/02 16:44:17 iggy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Yacc" @@ -9,7 +9,7 @@ HOMEPAGE="http://dinosaur.compilertools.net/#yacc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc hppa alpha mips amd64 ia64" +KEYWORDS="x86 ppc sparc hppa alpha mips amd64 ia64 s390" DEPEND="virtual/glibc" |