diff options
Diffstat (limited to 'dev-lang/nasm')
-rw-r--r-- | dev-lang/nasm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.10.01.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index bb08dfa6c329..1f241c47ab65 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/nasm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.95 2012/06/12 07:02:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.96 2012/07/16 06:15:55 jdhore Exp $ + + 16 Jul 2012; Jeff Horelick <jdhore@gentoo.org> nasm-2.10.01.ebuild: + marked x86 per bug 426776 *nasm-2.10.01 (12 Jun 2012) diff --git a/dev-lang/nasm/nasm-2.10.01.ebuild b/dev-lang/nasm/nasm-2.10.01.ebuild index 6288c3dee95e..d71241f5932c 100644 --- a/dev-lang/nasm/nasm-2.10.01.ebuild +++ b/dev-lang/nasm/nasm-2.10.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.01.ebuild,v 1.1 2012/06/12 07:02:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.01.ebuild,v 1.2 2012/07/16 06:15:55 jdhore Exp $ EAPI=2 inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.bz2" LICENSE="BSD-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="-* ~amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" DEPEND="dev-lang/perl |