diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-14 10:15:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-14 10:15:28 +0000 |
commit | 1bb7317ba36dd09684e4cd7df4065ae9a8ee91a5 (patch) | |
tree | a3935dde331b8a0b4a733336fa20893b7290fc17 /dev-util/scons | |
parent | Stable for ppc64, wrt bug #498868 (diff) | |
download | gentoo-2-1bb7317ba36dd09684e4cd7df4065ae9a8ee91a5.tar.gz gentoo-2-1bb7317ba36dd09684e4cd7df4065ae9a8ee91a5.tar.bz2 gentoo-2-1bb7317ba36dd09684e4cd7df4065ae9a8ee91a5.zip |
Stable for ppc64, wrt bug #498868
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/scons/scons-2.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index 3d9444a09e3d..74af862ef174 100644 --- a/dev-util/scons/ChangeLog +++ b/dev-util/scons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/scons # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.143 2014/02/22 19:30:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.144 2014/03/14 10:15:28 ago Exp $ + + 14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> scons-2.3.0.ebuild: + Stable for ppc64, wrt bug #498868 22 Feb 2014; Markus Meier <maekke@gentoo.org> scons-2.3.0.ebuild: arm stable, bug #498868 diff --git a/dev-util/scons/scons-2.3.0.ebuild b/dev-util/scons/scons-2.3.0.ebuild index a385f0e42709..2524253a86ff 100644 --- a/dev-util/scons/scons-2.3.0.ebuild +++ b/dev-util/scons/scons-2.3.0.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-util/scons/scons-2.3.0.ebuild,v 1.13 2014/02/22 19:30:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.3.0.ebuild,v 1.14 2014/03/14 10:15:28 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="doc" python_prepare_all() { |