diff options
author | 2012-02-04 13:15:35 +0000 | |
---|---|---|
committer | 2012-02-04 13:15:35 +0000 | |
commit | 515ff9efa1c7b0b07319d5baa73113f74b1be5f6 (patch) | |
tree | 353e512dc3a03371921711dc7250709747444a44 /dev-util | |
parent | Stable for amd64, wrt bug #402115 (diff) | |
download | gentoo-2-515ff9efa1c7b0b07319d5baa73113f74b1be5f6.tar.gz gentoo-2-515ff9efa1c7b0b07319d5baa73113f74b1be5f6.tar.bz2 gentoo-2-515ff9efa1c7b0b07319d5baa73113f74b1be5f6.zip |
Stable for amd64, wrt bug #401831
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/scons/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/scons/scons-2.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index 0987e43ee329..efa4d5e0c972 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.104 2012/02/01 22:23:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.105 2012/02/04 13:15:35 ago Exp $ + + 04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> scons-2.1.0.ebuild: + Stable for amd64, wrt bug #401831 01 Feb 2012; Brent Baude <ranger@gentoo.org> scons-2.1.0.ebuild: Marking scons-2.1.0 ppc for bug 401831 diff --git a/dev-util/scons/scons-2.1.0.ebuild b/dev-util/scons/scons-2.1.0.ebuild index c5f0ecc6adec..a8efce290fc7 100644 --- a/dev-util/scons/scons-2.1.0.ebuild +++ b/dev-util/scons/scons-2.1.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.1.0.ebuild,v 1.3 2012/02/01 22:23:59 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.1.0.ebuild,v 1.4 2012/02/04 13:15:35 ago Exp $ EAPI="3" PYTHON_DEPEND="2:2.4" @@ -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" DEPEND="" |