diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:45:15 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 12:45:15 +0000 |
commit | 7e341527d3d15642a2b5a80d99592547021ba1b7 (patch) | |
tree | f425ff6c41fe83f35a7dcfe89997d37b136227bd /dev-util/btyacc/btyacc-3.0.ebuild | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-7e341527d3d15642a2b5a80d99592547021ba1b7.tar.gz gentoo-2-7e341527d3d15642a2b5a80d99592547021ba1b7.tar.bz2 gentoo-2-7e341527d3d15642a2b5a80d99592547021ba1b7.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-util/btyacc/btyacc-3.0.ebuild')
-rw-r--r-- | dev-util/btyacc/btyacc-3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/btyacc/btyacc-3.0.ebuild b/dev-util/btyacc/btyacc-3.0.ebuild index 22b373280650..c20e143168e9 100644 --- a/dev-util/btyacc/btyacc-3.0.ebuild +++ b/dev-util/btyacc/btyacc-3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.6 2004/07/02 05:03:42 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/btyacc-3.0.ebuild,v 1.7 2005/04/24 12:44:30 hansmi 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 ~ppc" +KEYWORDS="x86 ppc" DEPEND="virtual/libc" S=${WORKDIR} |