diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-01-27 12:53:29 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-01-27 12:53:29 +0000 |
commit | b47d21b01427f1e2d8eeef0a7566055d197432a4 (patch) | |
tree | b846ba880bddf48d8ce90edaf6662cfface396a8 /dev-util | |
parent | Remove libmng.so.1* because media-libs/libmng was converted to autotools-mult... (diff) | |
download | gentoo-2-b47d21b01427f1e2d8eeef0a7566055d197432a4.tar.gz gentoo-2-b47d21b01427f1e2d8eeef0a7566055d197432a4.tar.bz2 gentoo-2-b47d21b01427f1e2d8eeef0a7566055d197432a4.zip |
ia64 stable wrt bug #498868
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
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 61c490763dbb..275405fc2cba 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.140 2014/01/26 12:24:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/ChangeLog,v 1.141 2014/01/27 12:53:29 hattya Exp $ + + 27 Jan 2014; Akinori Hattori <hattya@gentoo.org> scons-2.3.0.ebuild: + ia64 stable wrt bug #498868 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> scons-2.3.0.ebuild: Stable for sparc, wrt bug #498868 diff --git a/dev-util/scons/scons-2.3.0.ebuild b/dev-util/scons/scons-2.3.0.ebuild index 923176edcef7..ffda7c1c8f6f 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.10 2014/01/26 12:24:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/scons/scons-2.3.0.ebuild,v 1.11 2014/01/27 12:53:29 hattya 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() { |