diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-02-06 08:31:05 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-02-06 08:31:05 +0000 |
commit | f50d9acd0214ecdf9e8ccf519d3a25a338748d6d (patch) | |
tree | e6895204446d1684d3f2d46bf5257046ca347b31 /dev-util/scons | |
parent | Initial import (diff) | |
download | gentoo-2-f50d9acd0214ecdf9e8ccf519d3a25a338748d6d.tar.gz gentoo-2-f50d9acd0214ecdf9e8ccf519d3a25a338748d6d.tar.bz2 gentoo-2-f50d9acd0214ecdf9e8ccf519d3a25a338748d6d.zip |
keyword ~ppc-macos
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/scons/scons-0.96.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/scons/ChangeLog b/dev-util/scons/ChangeLog index c21298c4c572..055d5524229a 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.24 2004/12/31 02:00:52 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.25 2005/02/06 08:31:05 kito Exp $ + + 06 Feb 2005; Kito <kito@gentoo.org> scons-0.96.1.ebuild: + keyword ~ppc-macos 31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-util/scons/scons-0.96.1.ebuild b/dev-util/scons/scons-0.96.1.ebuild index ba7dbb8bf63c..3a1af8999224 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 +# Copyright 1999-2005 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.4 2004/10/31 01:30:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-0.96.1.ebuild,v 1.5 2005/02/06 08:31:05 kito 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 ~ppc-macos" IUSE="" DEPEND=">=dev-lang/python-2.0" |