diff options
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r-- | dev-lang/yasm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-0.7.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog index e55632d90a60..a1a7b50199bf 100644 --- a/dev-lang/yasm/ChangeLog +++ b/dev-lang/yasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.30 2009/04/13 22:38:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.31 2009/04/14 16:28:23 gentoofan23 Exp $ + + 14 Apr 2009; Thomas Anderson <gentoofan23@gentoo.org> yasm-0.7.2.ebuild: + stable amd64, bug 266057 *yasm-0.8.0 (13 Apr 2009) diff --git a/dev-lang/yasm/yasm-0.7.2.ebuild b/dev-lang/yasm/yasm-0.7.2.ebuild index afdc6af6f5f4..b3ed5f452c87 100644 --- a/dev-lang/yasm/yasm-0.7.2.ebuild +++ b/dev-lang/yasm/yasm-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.2.ebuild,v 1.2 2008/10/11 08:29:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.7.2.ebuild,v 1.3 2009/04/14 16:28:23 gentoofan23 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 ~x86-fbsd" +KEYWORDS="-* amd64 ~x86 ~x86-fbsd" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |