diff options
Diffstat (limited to 'dev-libs/libjit/libjit-0.0.4.ebuild')
-rw-r--r-- | dev-libs/libjit/libjit-0.0.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libjit/libjit-0.0.4.ebuild b/dev-libs/libjit/libjit-0.0.4.ebuild index f60427ac378e..a08bdaf14e34 100644 --- a/dev-libs/libjit/libjit-0.0.4.ebuild +++ b/dev-libs/libjit/libjit-0.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libjit/libjit-0.0.4.ebuild,v 1.2 2004/08/09 19:20:23 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libjit/libjit-0.0.4.ebuild,v 1.3 2006/05/26 16:50:04 antarus Exp $ DESCRIPTION="libjit implements Just-In-Time compilation functionality and is designed to be independent of any particular virtual machine bytecode format or language" HOMEPAGE="http://www.southern-storm.com.au/libjit.html" @@ -8,7 +8,7 @@ SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~s390" +KEYWORDS="~x86 ~arm ~amd64" IUSE="" DEPEND="" |