diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-01 12:36:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-01 12:36:44 +0000 |
commit | beefbb82b60acfcf6f4e4819be62b04e7391320b (patch) | |
tree | a1ccbacb0d4baf5de646d7a1a16a48a483ebba3b /dev-lang | |
parent | Stable for sh, wrt bug #457344 (diff) | |
download | gentoo-2-beefbb82b60acfcf6f4e4819be62b04e7391320b.tar.gz gentoo-2-beefbb82b60acfcf6f4e4819be62b04e7391320b.tar.bz2 gentoo-2-beefbb82b60acfcf6f4e4819be62b04e7391320b.zip |
Stable for sh, wrt bug #456834
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/swig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/swig/swig-2.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/swig/ChangeLog b/dev-lang/swig/ChangeLog index f14a5fb98db2..95f7d973268c 100644 --- a/dev-lang/swig/ChangeLog +++ b/dev-lang/swig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/swig # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.195 2013/02/20 09:36:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/ChangeLog,v 1.196 2013/03/01 12:36:44 ago Exp $ + + 01 Mar 2013; Agostino Sarubbo <ago@gentoo.org> swig-2.0.9.ebuild: + Stable for sh, wrt bug #456834 20 Feb 2013; Agostino Sarubbo <ago@gentoo.org> swig-2.0.9.ebuild: Stable for s390, wrt bug #456834 diff --git a/dev-lang/swig/swig-2.0.9.ebuild b/dev-lang/swig/swig-2.0.9.ebuild index 23cf7ada99ca..3700ac7e9686 100644 --- a/dev-lang/swig/swig-2.0.9.ebuild +++ b/dev-lang/swig/swig-2.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.9.ebuild,v 1.11 2013/02/20 09:36:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.9.ebuild,v 1.12 2013/03/01 12:36:44 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+ BSD BSD-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ccache doc pcre" RESTRICT="test" |