summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/yasm/ChangeLog5
-rw-r--r--dev-lang/yasm/yasm-0.6.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog
index a2ec510f273e..0979a4ae046f 100644
--- a/dev-lang/yasm/ChangeLog
+++ b/dev-lang/yasm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/yasm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.18 2007/09/22 12:35:51 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.19 2007/09/22 15:51:49 angelos Exp $
+
+ 22 Sep 2007; Christoph Mende <angelos@gentoo.org> yasm-0.6.1.ebuild:
+ Stable on amd64 wrt bug #193375
22 Sep 2007; Christian Faulhammer <opfer@gentoo.org> yasm-0.6.1.ebuild:
stable x86, bug 193375
diff --git a/dev-lang/yasm/yasm-0.6.1.ebuild b/dev-lang/yasm/yasm-0.6.1.ebuild
index c44e59d6104d..458f3f9fe6c3 100644
--- a/dev-lang/yasm/yasm-0.6.1.ebuild
+++ b/dev-lang/yasm/yasm-0.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.1.ebuild,v 1.2 2007/09/22 12:35:51 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-0.6.1.ebuild,v 1.3 2007/09/22 15:51:49 angelos 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 )"