diff options
author | Michael McCabe <randy@gentoo.org> | 2004-04-14 19:57:46 +0000 |
---|---|---|
committer | Michael McCabe <randy@gentoo.org> | 2004-04-14 19:57:46 +0000 |
commit | 86c986f2c852bfa89c4c882c409d5484e05f9aee (patch) | |
tree | 9ce0787dec1617f1e5c689fb6ae3227c8335656c /dev-util/byacc/byacc-1.9-r1.ebuild | |
parent | Version bump for bug #47799; old vulnerable versions removed. (Manifest recom... (diff) | |
download | gentoo-2-86c986f2c852bfa89c4c882c409d5484e05f9aee.tar.gz gentoo-2-86c986f2c852bfa89c4c882c409d5484e05f9aee.tar.bz2 gentoo-2-86c986f2c852bfa89c4c882c409d5484e05f9aee.zip |
added s390 to keywords
Diffstat (limited to 'dev-util/byacc/byacc-1.9-r1.ebuild')
-rw-r--r-- | dev-util/byacc/byacc-1.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/byacc/byacc-1.9-r1.ebuild b/dev-util/byacc/byacc-1.9-r1.ebuild index 8725863ed4c7..4d92e3f9ee85 100644 --- a/dev-util/byacc/byacc-1.9-r1.ebuild +++ b/dev-util/byacc/byacc-1.9-r1.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/byacc/byacc-1.9-r1.ebuild,v 1.1 2004/04/05 04:14:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-1.9-r1.ebuild,v 1.2 2004/04/14 19:57:46 randy Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://sources.isc.org/devel/tools/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ppc ia64 ~sparc ~alpha ~mips ~hppa" +KEYWORDS="x86 ppc ia64 ~sparc ~alpha ~mips ~hppa s390" src_compile() { epatch ${FILESDIR}/mkstemp.patch |