diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 14:28:13 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 14:28:13 +0000 |
commit | 5ccf8f10a46930ea3998e2e883d31d73460753f7 (patch) | |
tree | afd5f5ac2d9c68fd4ed0d427cf971fa8b9c70cf4 /dev-util/btyacc | |
parent | changelog fixes (diff) | |
download | historical-5ccf8f10a46930ea3998e2e883d31d73460753f7.tar.gz historical-5ccf8f10a46930ea3998e2e883d31d73460753f7.tar.bz2 historical-5ccf8f10a46930ea3998e2e883d31d73460753f7.zip |
unmasks
Diffstat (limited to 'dev-util/btyacc')
-rw-r--r-- | dev-util/btyacc/btyacc-3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/btyacc/btyacc-3.0.ebuild b/dev-util/btyacc/btyacc-3.0.ebuild index db773d48922b..1a21dcbf4e09 100644 --- a/dev-util/btyacc/btyacc-3.0.ebuild +++ b/dev-util/btyacc/btyacc-3.0.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/btyacc/btyacc-3.0.ebuild,v 1.1 2003/05/10 20:22:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.2 2003/07/12 14:28:13 aliz Exp $ MY_P=${P/./-} IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc" S=${WORKDIR} |