diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-04-02 22:26:52 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-04-02 22:26:52 +0000 |
commit | 185e2c83f1063c906719ae4e04ffb52959ffef73 (patch) | |
tree | d21400702e4c3be3f65594ebc86c4502344981ac /dev-lang/yasm | |
parent | Drop obsolete files. (diff) | |
download | gentoo-2-185e2c83f1063c906719ae4e04ffb52959ffef73.tar.gz gentoo-2-185e2c83f1063c906719ae4e04ffb52959ffef73.tar.bz2 gentoo-2-185e2c83f1063c906719ae4e04ffb52959ffef73.zip |
Finally _mark_ this stable on amd64.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r-- | dev-lang/yasm/yasm-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yasm/yasm-0.4.0.ebuild b/dev-lang/yasm/yasm-0.4.0.ebuild index c743547c1a7b..ec916130eaf4 100644 --- a/dev-lang/yasm/yasm-0.4.0.ebuild +++ b/dev-lang/yasm/yasm-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.4.0.ebuild,v 1.5 2006/03/02 05:20:12 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.4.0.ebuild,v 1.6 2006/04/02 22:26:52 kugelfang 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 x86" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |