diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-13 01:22:43 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-13 01:22:43 +0000 |
commit | 6f43c51d1896f1280963e815cf0f015ea9ab5f48 (patch) | |
tree | 88280f32194a8223499c6c674dba4ab5dff2254e /dev-util/scons | |
parent | Stable arm, bug #434288 (diff) | |
download | gentoo-2-6f43c51d1896f1280963e815cf0f015ea9ab5f48.tar.gz gentoo-2-6f43c51d1896f1280963e815cf0f015ea9ab5f48.tar.bz2 gentoo-2-6f43c51d1896f1280963e815cf0f015ea9ab5f48.zip |
stable arm, bug #434294
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/scons/scons-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index 833cd3069df9..c048542b035e 100644 --- a/dev-util/scons/ChangeLog +++ b/dev-util/scons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/scons # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.120 2012/09/12 03:41:11 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.121 2012/09/13 01:22:43 blueness Exp $ + + 13 Sep 2012; Anthony G. Basile <blueness@gentoo.org> scons-2.2.0.ebuild: + stable arm, bug #434294 12 Sep 2012; Anthony G. Basile <blueness@gentoo.org> scons-2.2.0.ebuild: stable ppc ppc64, bug #434294 diff --git a/dev-util/scons/scons-2.2.0.ebuild b/dev-util/scons/scons-2.2.0.ebuild index 345572f2d769..2c6642a5c4bd 100644 --- a/dev-util/scons/scons-2.2.0.ebuild +++ b/dev-util/scons/scons-2.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-util/scons/scons-2.2.0.ebuild,v 1.3 2012/09/12 03:41:11 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.2.0.ebuild,v 1.4 2012/09/13 01:22:43 blueness Exp $ EAPI="4" PYTHON_DEPEND="2:2.5" @@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc" DOCS="CHANGES.txt RELEASE.txt" |