diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-01-26 17:32:23 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-01-26 17:32:23 +0000 |
commit | 22907265094198f2522b0f11aafb3f43d3842073 (patch) | |
tree | 678935fdecc10d007d2ba2ce7e91e5417eb12ae6 /dev-lang | |
parent | Remove old version. (diff) | |
download | gentoo-2-22907265094198f2522b0f11aafb3f43d3842073.tar.gz gentoo-2-22907265094198f2522b0f11aafb3f43d3842073.tar.bz2 gentoo-2-22907265094198f2522b0f11aafb3f43d3842073.zip |
x86 stable wrt bug #352742
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/yasm/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-1.1.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog index 04ecf08c5a9d..f5a497e752d1 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.44 2010/12/25 05:29:26 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.45 2011/01/26 17:32:23 phajdan.jr Exp $ + + 26 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> yasm-1.1.0-r1.ebuild: + x86 stable wrt bug #352742 *yasm-1.1.0-r1 (25 Dec 2010) diff --git a/dev-lang/yasm/yasm-1.1.0-r1.ebuild b/dev-lang/yasm/yasm-1.1.0-r1.ebuild index 5f1618959657..d91c6ff2734c 100644 --- a/dev-lang/yasm/yasm-1.1.0-r1.ebuild +++ b/dev-lang/yasm/yasm-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.1.0-r1.ebuild,v 1.1 2010/12/25 05:29:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.1.0-r1.ebuild,v 1.2 2011/01/26 17:32:23 phajdan.jr Exp $ EAPI=2 PYTHON_DEPEND="python? 2:2.6" @@ -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 )" |