diff options
author | 2014-03-19 13:46:14 +0000 | |
---|---|---|
committer | 2014-03-19 13:46:14 +0000 | |
commit | 0a90c7517812a2230b6cd710359d1895dcce563b (patch) | |
tree | 46317fb87c5bd59c0b87934d84d3aa316a8d34a5 /dev-util | |
parent | Stable for alpha, wrt bug #498868 (diff) | |
download | gentoo-2-0a90c7517812a2230b6cd710359d1895dcce563b.tar.gz gentoo-2-0a90c7517812a2230b6cd710359d1895dcce563b.tar.bz2 gentoo-2-0a90c7517812a2230b6cd710359d1895dcce563b.zip |
Stable for alpha, wrt bug #498868
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util')
-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 fa382f1da26b..f829327fc1c0 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.146 2014/03/18 18:14:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.147 2014/03/19 13:46:14 ago Exp $ + + 19 Mar 2014; Agostino Sarubbo <ago@gentoo.org> scons-2.3.0.ebuild: + Stable for alpha, wrt bug #498868 18 Mar 2014; Tim Harder <radhermit@gentoo.org> -scons-2.0.1.ebuild, -scons-2.0.1-r1.ebuild, -scons-2.1.0.ebuild, -scons-2.2.0-r1.ebuild: diff --git a/dev-util/scons/scons-2.3.0.ebuild b/dev-util/scons/scons-2.3.0.ebuild index 2524253a86ff..b8101f9dcdc5 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.14 2014/03/14 10:15:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.3.0.ebuild,v 1.15 2014/03/19 13:46:14 ago 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() { |