diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-31 01:30:27 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-31 01:30:27 +0000 |
commit | ec013c1cd1607cd54b6466caa4a53807f3fbf9d0 (patch) | |
tree | b99845684dca64d3570f60539301f29e9d3ee97f /dev-util/scons | |
parent | x86 stable bug #69152. (Manifest recommit) (diff) | |
download | gentoo-2-ec013c1cd1607cd54b6466caa4a53807f3fbf9d0.tar.gz gentoo-2-ec013c1cd1607cd54b6466caa4a53807f3fbf9d0.tar.bz2 gentoo-2-ec013c1cd1607cd54b6466caa4a53807f3fbf9d0.zip |
Stable on sparc.
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/scons/scons-0.96.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index b24068f51387..d0709cc931af 100644 --- a/dev-util/scons/ChangeLog +++ b/dev-util/scons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/scons # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.22 2004/10/19 10:03:43 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.23 2004/10/31 01:30:27 weeve Exp $ + + 30 Oct 2004; Jason Wever <weeve@gentoo.org> scons-0.96.1.ebuild: + Stable on sparc. 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> scons-0.94-r1.ebuild, scons-0.95.ebuild, scons-0.96.1.ebuild, scons-0.96.ebuild: diff --git a/dev-util/scons/scons-0.96.1.ebuild b/dev-util/scons/scons-0.96.1.ebuild index 3adb37f76493..ba7dbb8bf63c 100644 --- a/dev-util/scons/scons-0.96.1.ebuild +++ b/dev-util/scons/scons-0.96.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.96.1.ebuild,v 1.3 2004/10/19 10:03:43 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.96.1.ebuild,v 1.4 2004/10/31 01:30:27 weeve Exp $ inherit python distutils @@ -11,7 +11,7 @@ HOMEPAGE="http://www.scons.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ~ppc ~sparc alpha ~hppa ~mips amd64 ~ia64" +KEYWORDS="x86 ~ppc sparc alpha ~hppa ~mips amd64 ~ia64" IUSE="" DEPEND=">=dev-lang/python-2.0" |