diff options
Diffstat (limited to 'dev-lang/yasm/yasm-0.6.2.ebuild')
-rw-r--r-- | dev-lang/yasm/yasm-0.6.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/yasm/yasm-0.6.2.ebuild b/dev-lang/yasm/yasm-0.6.2.ebuild index 45f15fdbaca4..18ae87cae2ba 100644 --- a/dev-lang/yasm/yasm-0.6.2.ebuild +++ b/dev-lang/yasm/yasm-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild,v 1.3 2007/12/26 20:14:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.2.ebuild,v 1.4 2008/01/05 16:09:07 ranger Exp $ DESCRIPTION="assembler that supports amd64" HOMEPAGE="http://www.tortall.net/projects/yasm/" @@ -8,7 +8,7 @@ SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* amd64 ~ppc64 x86" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |