diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-13 16:08:50 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-13 16:08:50 +0000 |
commit | 3bc1bfd5228741c435d716b8972c4a9faa820468 (patch) | |
tree | 183b1f1885dc19f7830c294e455b114c9e60e73d /dev-lang/yasm | |
parent | Use newer buildsystem patch. (diff) | |
download | gentoo-2-3bc1bfd5228741c435d716b8972c4a9faa820468.tar.gz gentoo-2-3bc1bfd5228741c435d716b8972c4a9faa820468.tar.bz2 gentoo-2-3bc1bfd5228741c435d716b8972c4a9faa820468.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r-- | dev-lang/yasm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog index b4f43dd9da99..822491885ef0 100644 --- a/dev-lang/yasm/ChangeLog +++ b/dev-lang/yasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.53 2012/04/03 23:33:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.54 2012/05/13 16:08:50 aballier Exp $ + + 13 May 2012; Alexis Ballier <aballier@gentoo.org> yasm-1.2.0.ebuild: + keyword ~amd64-fbsd 03 Apr 2012; Mike Gilbert <floppym@gentoo.org> +files/yasm-1.2.0-fix_cython_check.patch, yasm-1.2.0.ebuild: diff --git a/dev-lang/yasm/yasm-1.2.0.ebuild b/dev-lang/yasm/yasm-1.2.0.ebuild index 8b7310ab363b..7ef511071b79 100644 --- a/dev-lang/yasm/yasm-1.2.0.ebuild +++ b/dev-lang/yasm/yasm-1.2.0.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/yasm/yasm-1.2.0.ebuild,v 1.6 2012/04/03 23:33:16 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.7 2012/05/13 16:08:50 aballier Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.7" @@ -12,7 +12,7 @@ SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" LICENSE="BSD-2 BSD || ( Artistic GPL-2 LGPL-2 )" SLOT="0" -KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls python" RDEPEND="nls? ( virtual/libintl )" |