diff options
author | 2010-10-29 10:53:59 +0000 | |
---|---|---|
committer | 2010-10-29 10:53:59 +0000 | |
commit | 4b0053971ea492a8ebae011d04654e002cd5d844 (patch) | |
tree | 6ccbcdb39616bf773d419704a13fd95663e5c936 /dev-lang/yasm | |
parent | Stable on amd64 wrt bug #343097 (diff) | |
download | gentoo-2-4b0053971ea492a8ebae011d04654e002cd5d844.tar.gz gentoo-2-4b0053971ea492a8ebae011d04654e002cd5d844.tar.bz2 gentoo-2-4b0053971ea492a8ebae011d04654e002cd5d844.zip |
Stable on amd64 wrt bug #343143
(Portage version: 2.2.0_alpha2/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.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog index 1a1c307aff2a..90f22fd64184 100644 --- a/dev-lang/yasm/ChangeLog +++ b/dev-lang/yasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.41 2010/08/20 13:20:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.42 2010/10/29 10:53:59 hwoarang Exp $ + + 29 Oct 2010; Markos Chandras <hwoarang@gentoo.org> yasm-1.1.0.ebuild: + Stable on amd64 wrt bug #343143 *yasm-1.1.0 (20 Aug 2010) diff --git a/dev-lang/yasm/yasm-1.1.0.ebuild b/dev-lang/yasm/yasm-1.1.0.ebuild index 903fb01dcf0c..592b9473bc30 100644 --- a/dev-lang/yasm/yasm-1.1.0.ebuild +++ b/dev-lang/yasm/yasm-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0.ebuild,v 1.1 2010/08/20 13:20:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0.ebuild,v 1.2 2010/10/29 10:53:59 hwoarang Exp $ EAPI=2 PYTHON_DEPEND="python? 2:2.4" @@ -13,7 +13,7 @@ SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" LICENSE="Artistic BSD 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 )" |