diff options
author | Rick Farina <zerochaos@gentoo.org> | 2013-01-11 05:39:58 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2013-01-11 05:39:58 +0000 |
commit | a57a0ea5baf4cead80909e5cedce6689a77e20c9 (patch) | |
tree | 1eb44096726332223ecb0f52fe8326ae5cb626a2 /dev-lang | |
parent | Version bump on new ESR branch (diff) | |
download | gentoo-2-a57a0ea5baf4cead80909e5cedce6689a77e20c9.tar.gz gentoo-2-a57a0ea5baf4cead80909e5cedce6689a77e20c9.tar.bz2 gentoo-2-a57a0ea5baf4cead80909e5cedce6689a77e20c9.zip |
backpeddling arm keyword because even though it works fine everyone thinks it's not needed and it's too late for me to test right now
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/nasm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.10.05.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/nasm/nasm-2.10.07.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-lang/nasm/ChangeLog b/dev-lang/nasm/ChangeLog index d1a0ca4b9aad..3dc228e762c9 100644 --- a/dev-lang/nasm/ChangeLog +++ b/dev-lang/nasm/ChangeLog @@ -1,6 +1,11 @@ # 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.106 2013/01/11 04:54:31 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/ChangeLog,v 1.107 2013/01/11 05:39:58 zerochaos Exp $ + + 11 Jan 2013; Rick Farina <zerochaos@gentoo.org> nasm-2.10.05.ebuild, + nasm-2.10.07.ebuild: + backpeddling arm keyword because even though it works fine everyone thinks + it's not needed and it's too late for me to test right now 11 Jan 2013; Rick Farina <zerochaos@gentoo.org> nasm-2.10.05.ebuild, nasm-2.10.07.ebuild: diff --git a/dev-lang/nasm/nasm-2.10.05.ebuild b/dev-lang/nasm/nasm-2.10.05.ebuild index 29c85031c39e..e991b7040e3d 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-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.4 2013/01/11 04:54:31 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.05.ebuild,v 1.5 2013/01/11 05:39:58 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 ~arm 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 diff --git a/dev-lang/nasm/nasm-2.10.07.ebuild b/dev-lang/nasm/nasm-2.10.07.ebuild index ce042be7dc68..f0bd5a77a724 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.2 2013/01/11 04:54:31 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.07.ebuild,v 1.3 2013/01/11 05:39:58 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 ~arm ~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 |