diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-30 21:47:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-30 21:47:58 +0000 |
commit | 3081c133f66dc201d734714d42560cd5496872fa (patch) | |
tree | 2d96b120f0911fea972dcf688a10d6db96d6f802 /dev-lang | |
parent | Version bump (bug #499754). (diff) | |
download | gentoo-2-3081c133f66dc201d734714d42560cd5496872fa.tar.gz gentoo-2-3081c133f66dc201d734714d42560cd5496872fa.tar.bz2 gentoo-2-3081c133f66dc201d734714d42560cd5496872fa.zip |
Drop -* as this package can run on any target (it is all C code). It only generates for x86 systems.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/nasm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index aeb139161451..ecaa512bac1d 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/nasm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.112 2014/01/17 18:22:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.113 2014/01/30 21:47:58 vapier Exp $ + + 30 Jan 2014; Mike Frysinger <vapier@gentoo.org> nasm-2.11.ebuild: + Drop -* as this package can run on any target (it is all C code). It only + generates for x86 systems. *nasm-2.11 (17 Jan 2014) diff --git a/dev-lang/nasm/nasm-2.11.ebuild b/dev-lang/nasm/nasm-2.11.ebuild index 9dba8038b566..57408e5c0b84 100644 --- a/dev-lang/nasm/nasm-2.11.ebuild +++ b/dev-lang/nasm/nasm-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.11.ebuild,v 1.1 2014/01/17 18:22:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.11.ebuild,v 1.2 2014/01/30 21:47:58 vapier 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 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" DEPEND="dev-lang/perl |