diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-01-23 12:35:16 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-01-23 12:35:16 +0000 |
commit | 8d1328203d22c7013763f9515f9e366ee1907862 (patch) | |
tree | 4ce0b038deb8561f6605ebb177330b7ad89a6f4c /dev-util/scons | |
parent | Stable for HPPA (bug #495320). (diff) | |
download | gentoo-2-8d1328203d22c7013763f9515f9e366ee1907862.tar.gz gentoo-2-8d1328203d22c7013763f9515f9e366ee1907862.tar.bz2 gentoo-2-8d1328203d22c7013763f9515f9e366ee1907862.zip |
Stable for amd64 wrt bug #498868
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
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 7bbaf50f039d..9577a2457415 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.137 2014/01/22 07:18:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.138 2014/01/23 12:35:16 nimiux Exp $ + + 23 Jan 2014; Chema Alonso <nimiux@gentoo.org> scons-2.3.0.ebuild: + Stable for amd64 wrt bug #498868 22 Jan 2014; Jeroen Roovers <jer@gentoo.org> scons-2.3.0.ebuild: Stable for HPPA (bug #498868). diff --git a/dev-util/scons/scons-2.3.0.ebuild b/dev-util/scons/scons-2.3.0.ebuild index 261f7412d51d..6bccb2b64023 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.7 2014/01/22 07:18:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.3.0.ebuild,v 1.8 2014/01/23 12:35:16 nimiux 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() { |