diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-07-15 16:40:51 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-07-15 16:40:51 +0000 |
commit | d147ed82f3c2b0063551b3d2e81e764013973b14 (patch) | |
tree | b206188b21d1fe8a4c6cb90b1751c3378534f5aa /dev-lang/yasm | |
parent | Set USE=graph dependency on net-analyzer/rrdtool (bug #509682). (diff) | |
download | gentoo-2-d147ed82f3c2b0063551b3d2e81e764013973b14.tar.gz gentoo-2-d147ed82f3c2b0063551b3d2e81e764013973b14.tar.bz2 gentoo-2-d147ed82f3c2b0063551b3d2e81e764013973b14.zip |
Stable for amd64 wrt bug #509944
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r-- | dev-lang/yasm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-1.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog index aa5f6e64523e..c69193d09769 100644 --- a/dev-lang/yasm/ChangeLog +++ b/dev-lang/yasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.64 2014/06/14 10:55:26 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.65 2014/07/15 16:40:51 nimiux Exp $ + + 15 Jul 2014; Chema Alonso <nimiux@gentoo.org> yasm-1.2.0-r1.ebuild: + Stable for amd64 wrt bug #509944 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> yasm-1.2.0-r1.ebuild: x86 stable wrt bug #509944 diff --git a/dev-lang/yasm/yasm-1.2.0-r1.ebuild b/dev-lang/yasm/yasm-1.2.0-r1.ebuild index 936762f59b8d..afb68290a882 100644 --- a/dev-lang/yasm/yasm-1.2.0-r1.ebuild +++ b/dev-lang/yasm/yasm-1.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.5 2014/06/14 10:55:26 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.6 2014/07/15 16:40:51 nimiux Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -13,7 +13,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 ~amd64-fbsd ~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" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |