summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-07-10 15:01:35 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-07-10 15:01:35 +0000
commite1333e1679b7c47014bd64f8a78c9e6068072193 (patch)
tree0f993dcadff6ca99ab3275c5588c4de14d8de95a /dev-util/scons
parentFix build with GCC 4.5 wrt bug 322211. Thanks to Diego for reporting. Apply f... (diff)
downloadgentoo-2-e1333e1679b7c47014bd64f8a78c9e6068072193.tar.gz
gentoo-2-e1333e1679b7c47014bd64f8a78c9e6068072193.tar.bz2
gentoo-2-e1333e1679b7c47014bd64f8a78c9e6068072193.zip
stable x86, bug 326241
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-util/scons')
-rw-r--r--dev-util/scons/ChangeLog6
-rw-r--r--dev-util/scons/scons-1.3.0_p20100501.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog
index ae747e96113f..d1b13b370ccd 100644
--- a/dev-util/scons/ChangeLog
+++ b/dev-util/scons/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/scons
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.79 2010/07/06 22:02:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.80 2010/07/10 15:01:35 fauli Exp $
+
+ 10 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+ scons-1.3.0_p20100501.ebuild:
+ stable x86, bug 326241
06 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
scons-1.3.0_p20100501.ebuild:
diff --git a/dev-util/scons/scons-1.3.0_p20100501.ebuild b/dev-util/scons/scons-1.3.0_p20100501.ebuild
index 65091416a89c..1f8ce85b1391 100644
--- a/dev-util/scons/scons-1.3.0_p20100501.ebuild
+++ b/dev-util/scons/scons-1.3.0_p20100501.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.3.0_p20100501.ebuild,v 1.3 2010/07/06 22:02:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-1.3.0_p20100501.ebuild,v 1.4 2010/07/10 15:01:35 fauli Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -21,7 +21,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.gz
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="doc"
DEPEND=""