diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2011-12-23 21:01:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2011-12-23 21:01:49 +0000 |
commit | e79ff99db1a332e545738b877559f5d758cdddc4 (patch) | |
tree | 83c08db1f86d61954760b3aecdef84ac586c2d48 /dev-lang/yasm | |
parent | Fix dep in 9999 too (diff) | |
download | gentoo-2-e79ff99db1a332e545738b877559f5d758cdddc4.tar.gz gentoo-2-e79ff99db1a332e545738b877559f5d758cdddc4.tar.bz2 gentoo-2-e79ff99db1a332e545738b877559f5d758cdddc4.zip |
Stable for X86, wrt bug #395775
(Portage version: 2.1.10.41/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 d348bc170e0c..a0889c0d497e 100644 --- a/dev-lang/yasm/ChangeLog +++ b/dev-lang/yasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.50 2011/12/23 17:13:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.51 2011/12/23 21:01:49 ago Exp $ + + 23 Dec 2011; Agostino Sarubbo <ago@gentoo.org> yasm-1.2.0.ebuild: + Stable for X86, wrt bug #395775 23 Dec 2011; Agostino Sarubbo <ago@gentoo.org> yasm-1.2.0.ebuild: Stable for AMD64, wrt bug #395775 diff --git a/dev-lang/yasm/yasm-1.2.0.ebuild b/dev-lang/yasm/yasm-1.2.0.ebuild index ce5578346a50..41fc8b2603a5 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-2011 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.4 2011/12/23 17:13:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.5 2011/12/23 21:01:49 ago 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 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls python" RDEPEND="nls? ( virtual/libintl )" |