diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-01-11 04:54:31 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-01-11 04:54:31 +0000 |
commit | 703ef954656e4b0d447df83fde7819994bfc520e (patch) | |
tree | 42460e7a6ae449769a2b107b0b42238aceb9acf9 /dev-lang/nasm | |
parent | Version bump #451300 by Agostino Sarubbo. (diff) | |
download | gentoo-2-703ef954656e4b0d447df83fde7819994bfc520e.tar.gz gentoo-2-703ef954656e4b0d447df83fde7819994bfc520e.tar.bz2 gentoo-2-703ef954656e4b0d447df83fde7819994bfc520e.zip |
not sure why -* is there, seems to work fine on arm, adding keyword
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-lang/nasm')
-rw-r--r-- | dev-lang/nasm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.10.05.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.10.07.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index 05680bc8bc9d..d1a0ca4b9aad 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,10 @@ # 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.105 2013/01/02 19:05:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.106 2013/01/11 04:54:31 zerochaos Exp $ + + 11 Jan 2013; Rick Farina <zerochaos@gentoo.org> nasm-2.10.05.ebuild, + nasm-2.10.07.ebuild: + not sure why -* is there, seems to work fine on arm, adding keyword *nasm-2.10.07 (02 Jan 2013) diff --git a/dev-lang/nasm/nasm-2.10.05.ebuild b/dev-lang/nasm/nasm-2.10.05.ebuild index 629de29183e8..29c85031c39e 100644 --- a/dev-lang/nasm/nasm-2.10.05.ebuild +++ b/dev-lang/nasm/nasm-2.10.05.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.05.ebuild,v 1.3 2012/10/30 17:04:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.05.ebuild,v 1.4 2013/01/11 04:54:31 zerochaos 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 ~arm x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" DEPEND="dev-lang/perl diff --git a/dev-lang/nasm/nasm-2.10.07.ebuild b/dev-lang/nasm/nasm-2.10.07.ebuild index 18b62e9eb3f1..ce042be7dc68 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.1 2013/01/02 19:05:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.07.ebuild,v 1.2 2013/01/11 04:54:31 zerochaos 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 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" DEPEND="dev-lang/perl |