diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-14 12:09:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-14 12:09:23 +0000 |
commit | 2256543b2cc8770b1207cf3167fe8ad4f22a7e66 (patch) | |
tree | 9876c2469ceab33e7675a00cb29d66ef649cf3f1 /dev-lang/nasm | |
parent | Stable for x86, wrt bug #457114 (diff) | |
download | gentoo-2-2256543b2cc8770b1207cf3167fe8ad4f22a7e66.tar.gz gentoo-2-2256543b2cc8770b1207cf3167fe8ad4f22a7e66.tar.bz2 gentoo-2-2256543b2cc8770b1207cf3167fe8ad4f22a7e66.zip |
Stable for x86, wrt bug #457116
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang/nasm')
-rw-r--r-- | dev-lang/nasm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.10.07.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index 0c1a3c155766..10569751304d 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/nasm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.109 2013/02/14 12:03:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.110 2013/02/14 12:09:23 ago Exp $ + + 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> nasm-2.10.07.ebuild: + Stable for x86, wrt bug #457116 14 Feb 2013; Agostino Sarubbo <ago@gentoo.org> nasm-2.10.07.ebuild: Stable for amd64, wrt bug #457116 diff --git a/dev-lang/nasm/nasm-2.10.07.ebuild b/dev-lang/nasm/nasm-2.10.07.ebuild index ba8dcd7c8bfb..9f5cfc347573 100644 --- a/dev-lang/nasm/nasm-2.10.07.ebuild +++ b/dev-lang/nasm/nasm-2.10.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.07.ebuild,v 1.4 2013/02/14 12:03:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.07.ebuild,v 1.5 2013/02/14 12:09:23 ago Exp $ EAPI=5 inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz" 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 |